Skip to content

Commit 7f9ec08

Browse files
committed
test on newer pythons too
also drop comments from tox.ini as that confuses my tox?!
1 parent 2743ab2 commit 7f9ec08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py26,py27,py33,py34
2+
envlist = py26,py27,py33,py34,py35,py36
33
[testenv]
4-
deps=pytest # install pytest in the venvs
5-
commands=py.test # or 'nosetests' or .
4+
deps=pytest
5+
commands=py.test

0 commit comments

Comments
 (0)