Skip to content

Commit

Permalink
Fix for travis python 3.7 build
Browse files Browse the repository at this point in the history
  • Loading branch information
JHFarrant committed Apr 12, 2019
1 parent 87db1ed commit 4023973
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
dist: xenial
language: python
python:
- '3.6'
- '3.7'

install: pip install tox-travis
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
skipsdist=True
envlist = py{36}
envlist = py{36,37}

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

0 comments on commit 4023973

Please sign in to comment.