1
0
mirror of https://github.com/myhdl/myhdl.git synced 2024-12-14 07:44:38 +08:00

tox: install pytest-xdist, set pytest basetemp dir

This commit is contained in:
Keerthan Jaic 2015-06-24 11:37:42 -04:00
parent 8f70de0895
commit 758e172f92

View File

@ -2,8 +2,8 @@
envlist = py27,py34 envlist = py27,py34
[testenv] [testenv]
deps = pytest deps = pytest-xdist
commands = py.test [] commands = py.test --basetemp={envtmpdir} {posargs}
[testenv:docs] [testenv:docs]
whitelist_externals = make whitelist_externals = make