Skip to content

Commit

Permalink
3.7 not supported on Travis...
Browse files Browse the repository at this point in the history
  • Loading branch information
m-vdb committed Jan 16, 2019
1 parent 0af2200 commit 6f3ca81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: python
python:
- "3.7"
- "3.6"
install: pip install tox-travis
script: tox
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py37
envlist = py36

[testenv]
passenv = TRAVIS TRAVIS_*
Expand Down

0 comments on commit 6f3ca81

Please sign in to comment.