Skip to content

Commit c3e9b63

Browse files
authored
Merge pull request #98 from evgeni/more-tests
test on newer pythons too
2 parents 2743ab2 + 7f9ec08 commit c3e9b63

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)