tox.ini: set tox workdir outside of git tree

This commit is contained in:
Benjamin Dauvergne 2016-05-23 16:11:46 +02:00
parent 7325e9821a
commit e15060a217
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
# and then run "tox" from this directory.
[tox]
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/ldaptools/
envlist = coverage,package
[testenv]