Skip to content

Commit 486f1d3

Browse files
committed
Adding python 3.6
Signed-off-by: Jason Myers <[email protected]>
1 parent 043d215 commit 486f1d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27,py26,py33,py34,py35,zsh,ksh,style
2+
envlist = py27,py26,py33,py34,py35,py36,zsh,ksh,style
33

44
[testenv]
55
install_command = pip install -U {opts} {packages}
@@ -49,4 +49,4 @@ basepython=python2.7
4949
deps =
5050
-r{toxinidir}/requirements.txt
5151
-r{toxinidir}/docs/requirements.txt
52-
commands = python setup.py build_sphinx
52+
commands = python setup.py build_sphinx

0 commit comments

Comments
 (0)