parent
804dcd3521
commit
d00b62e0f4
22
tox.ini
22
tox.ini
|
@ -1,21 +1,7 @@
|
||||||
[project]
|
|
||||||
distpaths=
|
|
||||||
py
|
|
||||||
setup.py
|
|
||||||
distribute_setup.py
|
|
||||||
README.txt
|
|
||||||
MANIFEST.in
|
|
||||||
LICENSE
|
|
||||||
doc
|
|
||||||
testing
|
|
||||||
conftest.py
|
|
||||||
|
|
||||||
testpaths=
|
|
||||||
testing
|
|
||||||
conftest.py
|
|
||||||
|
|
||||||
[test]
|
[test]
|
||||||
command=py.test --confcutdir=. --junitxml=junit-%(envname)s.xml testing/
|
changedir=testing
|
||||||
|
command=py.test -n3 --basetemp=%(envtmpdir)s --confcutdir=.. --junitxml=junit-%(envname)s.xml
|
||||||
|
deps=pytest-xdist
|
||||||
[testenv:py24]
|
[testenv:py24]
|
||||||
python=python2.4
|
python=python2.4
|
||||||
[testenv:py25]
|
[testenv:py25]
|
||||||
|
@ -24,6 +10,6 @@ python=python2.5
|
||||||
python=python2.6
|
python=python2.6
|
||||||
[testenv:jython]
|
[testenv:jython]
|
||||||
python=jython
|
python=jython
|
||||||
command=py.test-jython --confcutdir=. --junitxml=junit-%(envname)s.xml testing/
|
command=py.test-jython -n3 --basetemp=%(envtmpdir)s --confcutdir=.. --junitxml=junit-%(envname)s.xml
|
||||||
[testenv:py31]
|
[testenv:py31]
|
||||||
python=python3.1
|
python=python3.1
|
||||||
|
|
Loading…
Reference in New Issue