streamline tox ini
--HG-- branch : trunk
This commit is contained in:
9
tox.ini
9
tox.ini
@@ -15,8 +15,7 @@ deps=
|
||||
|
||||
[testenv:py27-xdist]
|
||||
basepython=python2.7
|
||||
deps= pylib
|
||||
pytest-xdist
|
||||
deps=pytest-xdist
|
||||
commands=
|
||||
py.test -n3 -rfsxX \
|
||||
--junitxml={envlogdir}/junit-{envname}.xml []
|
||||
@@ -24,10 +23,8 @@ commands=
|
||||
[testenv:doc]
|
||||
basepython=python
|
||||
changedir=doc
|
||||
deps=
|
||||
pypi sphinx
|
||||
pylib
|
||||
pytest-xdist
|
||||
deps=pypi sphinx
|
||||
pytest
|
||||
|
||||
commands=
|
||||
make html
|
||||
|
||||
Reference in New Issue
Block a user