Changeset - 46662961d58d
[Not reviewed]
default
0 1 0
Marc Abramowitz - 11 years ago 2015-04-15 00:35:11
marc@marc-abramowitz.com
tox.ini: Add nose and pytest deps
1 file changed with 7 insertions and 2 deletions:
tox.ini
7
2
0 comments (0 inline, 0 general)
tox.ini
Show inline comments
 
[tox]
 
envlist = py26, py27
 
envlist = py{26,27}-{pytest,nose}
 

	
 
[testenv]
 
commands = nosetests
 
deps =
 
    nose: nose
 
    pytest: pytest
 
commands =
 
    nose: nosetests {posargs}
 
    pytest: py.test {posargs}
0 comments (0 inline, 0 general)