Skip to content

Commit

Permalink
Travis CI does not have Python 3.7 by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Oct 5, 2018
1 parent 8ef3927 commit 35c655d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ deps =
zope.app.wsgi

[testenv:flake8]
basepython = python3.7
basepython = python3.6
deps = {[testenv]deps}
flake8
commands = flake8 src setup.py --doctests

0 comments on commit 35c655d

Please sign in to comment.