Skip to content

Commit

Permalink
Merge pull request #33 from moggers87/python-3.7
Browse files Browse the repository at this point in the history
Test on Python 3.7
  • Loading branch information
moggers87 committed Sep 17, 2018
2 parents abce9b2 + 388b913 commit 5cb5c01
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ matrix:
env: TOX_ENV=flake8
install: pip install tox
script: tox -e $TOX_ENV
# Enable 3.7 without globally enabling sudo and dist: xenial for other build jobs
# https://github.com/travis-ci/travis-ci/issues/9815
- python: 3.7
dist: xenial
sudo: true

install:
- pip install tox-travis codecov
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ python =
3.4: clean,py34,coverage
3.5: clean,py35,coverage
3.6: clean,py36,coverage
3.7: clean,py37,coverage

[testenv]
deps =
Expand Down

0 comments on commit 5cb5c01

Please sign in to comment.