Skip to content

Commit

Permalink
Run travis tests on Python 3.7 (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcloran authored Sep 3, 2018
1 parent c9eb0b8 commit 4a0048c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ matrix:
env: TOXENV=py35
- python: "3.6"
env: TOXENV=py36
- python: "3.7"
env: TOXENV=py37
dist: xenial
sudo: true
install: pip install -U setuptools tox coveralls
script: tox
after_success: coveralls

0 comments on commit 4a0048c

Please sign in to comment.