Skip to content

Commit

Permalink
travis: Test on Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Feb 18, 2019
1 parent 8665485 commit 6e06266
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
dist: xenial
language: python
python:
- "3.6"
- "3.5"
- "2.7"
- "3.5"
- "3.6"
- "3.7"
install:
- pip install python-coveralls coverage
- pip install -r requirements.txt
Expand Down

0 comments on commit 6e06266

Please sign in to comment.