Skip to content

Commit

Permalink
added travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SwapnikKatkoori committed Jun 24, 2019
1 parent 8454cf1 commit d7f6378
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: python

python:
- "3.5"
- "3.5-dev"
- "3.6"
- "3.6-dev"

install:
- pip install -r requirements.txt

script:
- pytest

0 comments on commit d7f6378

Please sign in to comment.