1 2 3 4 5 6 7 8 9 10 11 12 13 14
[tox] envlist = py27,py34,py35,py36,jython,pypy [testenv] deps = mock pyparsing pytest six commands= py.test -v --basetemp={envtmpdir} {posargs} {envpython} cmd2.py {envpython} example/example.py --test example/exampleSession.txt