Skip to content

Commit

Permalink
Add travis build for python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Oct 11, 2019
1 parent 724113f commit 82e2102
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ sudo: false
language: python
python:
- "3.6"
- "3.7"
install: pip install tox-travis coveralls
script: tox
after_success: coveralls

0 comments on commit 82e2102

Please sign in to comment.