Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
tox: install pytest-xdist, set pytest basetemp dir
  • Loading branch information
jck committed Jun 24, 2015
1 parent 8f70de0 commit 758e172
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Expand Up @@ -2,8 +2,8 @@
envlist = py27,py34

[testenv]
deps = pytest
commands = py.test []
deps = pytest-xdist
commands = py.test --basetemp={envtmpdir} {posargs}

[testenv:docs]
whitelist_externals = make
Expand Down

0 comments on commit 758e172

Please sign in to comment.