diff options
| author | Jeremy Kolbe <jk@gocept.com> | 2018-10-05 10:05:05 +0200 |
|---|---|---|
| committer | Jeremy Kolbe <jk@gocept.com> | 2018-10-05 10:05:05 +0200 |
| commit | 350dd763e62d14e2eae02b8603a55086a267d11f (patch) | |
| tree | b602f9b9303febbbaba9e11bb339fe3cefc4d991 /tox.ini | |
| parent | 35a62f9036a7a4e492867d76f8b335086ad4512a (diff) | |
| download | zope-traversing-Python3.7support.tar.gz | |
Add support for Python 3.7Python3.7support
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ [tox] envlist = - py27,py34,py35,py36,pypy,pypy3,coverage,docs + py27,py34,py35,py36,py37,pypy,pypy3,coverage,docs [testenv] commands = @@ -11,7 +11,7 @@ deps = [testenv:coverage] usedevelop = true basepython = - python2.7 + python3.7 commands = coverage run -m zope.testrunner --test-path=src [] coverage report --fail-under=100 @@ -21,7 +21,7 @@ deps = [testenv:docs] basepython = - python2.7 + python3.6 commands = sphinx-build -b html -d docs/_build/doctrees docs docs/_build/html deps = |
