parent
56afcfc9f3
commit
47e56e0dee
9
tox.ini
9
tox.ini
|
@ -15,8 +15,7 @@ deps=
|
||||||
|
|
||||||
[testenv:py27-xdist]
|
[testenv:py27-xdist]
|
||||||
basepython=python2.7
|
basepython=python2.7
|
||||||
deps= pylib
|
deps=pytest-xdist
|
||||||
pytest-xdist
|
|
||||||
commands=
|
commands=
|
||||||
py.test -n3 -rfsxX \
|
py.test -n3 -rfsxX \
|
||||||
--junitxml={envlogdir}/junit-{envname}.xml []
|
--junitxml={envlogdir}/junit-{envname}.xml []
|
||||||
|
@ -24,10 +23,8 @@ commands=
|
||||||
[testenv:doc]
|
[testenv:doc]
|
||||||
basepython=python
|
basepython=python
|
||||||
changedir=doc
|
changedir=doc
|
||||||
deps=
|
deps=pypi sphinx
|
||||||
pypi sphinx
|
pytest
|
||||||
pylib
|
|
||||||
pytest-xdist
|
|
||||||
|
|
||||||
commands=
|
commands=
|
||||||
make html
|
make html
|
||||||
|
|
Loading…
Reference in New Issue