Skip to content

Commit

Permalink
Merge pull request #139 from SergeyPirogov/py36
Browse files Browse the repository at this point in the history
Update tox.ini for Travis build
  • Loading branch information
yashaka authored Aug 1, 2017
2 parents 32fe378 + efd2d96 commit f48a47f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
[tox]
envlist = py{27,35,36}
recreate = True

[testenv]
envdir = {toxinidir}/.env
passenv = DISPLAY CI TRAVIS TRAVIS_*
basepython =
py27: python2.7
py35: python3.5
py36: python3.6
deps =
-r{toxinidir}/test-requirements.txt
pytest-cov
Expand Down

0 comments on commit f48a47f

Please sign in to comment.