Skip to content

Commit

Permalink
fix travis to test 3.6 and 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
agroszer committed Mar 1, 2019
1 parent e16542c commit 1c486d6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ matrix:
include:
- python: 2.7
env: TOXENV=py27
- python: 3.5
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36
- python: 3.7
env: TOXENV=py37
dist: xenial
install:
- pip install tox-travis coveralls
script:
Expand Down

0 comments on commit 1c486d6

Please sign in to comment.