##// END OF EJS Templates
tox.ini: Add nose and pytest deps
Marc Abramowitz -
r5016:46662961 default
parent child Browse files
Show More
@@ -1,5 +1,10 b''
1 [tox]
1 [tox]
2 envlist = py26, py27
2 envlist = py{26,27}-{pytest,nose}
3
3
4 [testenv]
4 [testenv]
5 commands = nosetests
5 deps =
6 nose: nose
7 pytest: pytest
8 commands =
9 nose: nosetests {posargs}
10 pytest: py.test {posargs}
General Comments 0
You need to be logged in to leave comments. Login now