Skip to content

Commit

Permalink
add travis ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
viis committed Oct 2, 2018
1 parent 8bd9bf2 commit 16ddca9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: python
python:
- "2.7"
- "3.7"
install:
- pip install -r requirements-test.txt
script:
- pytest

0 comments on commit 16ddca9

Please sign in to comment.