Skip to content

Commit

Permalink
Test on python 3.6 too
Browse files Browse the repository at this point in the history
  • Loading branch information
xrmx committed Mar 20, 2018
1 parent 6b1cb21 commit 63018b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
language: python
python:
- "2.7"
- "3.6"
install:
- pip install -r requirements.txt
- pip install -r requirements_test.txt
- pip install coveralls
script:
make test
after_success:
coveralls
coveralls

0 comments on commit 63018b4

Please sign in to comment.