Skip to content

Commit

Permalink
Try building on Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dbader committed Sep 5, 2018
1 parent 349bb93 commit 9c94873
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,7 @@ python:
- "2.7.11"
- "3.5"
- "3.6"
- "3.7"
install: pip install tox-travis coveralls
script:
- tox
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
@@ -1,10 +1,11 @@
[tox]
envlist = py27, py35, py36, docs
envlist = py27, py35, py36, py37, docs

[tox:travis]
2.7.11 = py27, docs
3.5 = py35, docs
3.6 = py36, docs
3.7 = py37, docs

[testenv]
deps = -rrequirements-dev.txt
Expand Down

0 comments on commit 9c94873

Please sign in to comment.