Drop recreate in tox.ini

Not necessary for CI testing, as the environment is always completely
recreated.  Developers can add '-r' to their command lines to recreate
the environments when needed.  The CI testing should catch issues if
something works locally only due to an environment anomaly.
This commit is contained in:
Chris PeBenito 2015-03-07 09:48:22 -05:00
parent 17758ad5e9
commit 86bf7f75c1

View File

@ -43,4 +43,3 @@ commands = coverage --version
deps = networkx==1.9
py27: mock
commands = {envpython} setup.py test
recreate = True