From 86bf7f75c1688734a04d59d5ac8f4873d39d94cf Mon Sep 17 00:00:00 2001 From: Chris PeBenito <cpebenito@tresys.com> Date: Sat, 7 Mar 2015 09:48:22 -0500 Subject: [PATCH] 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. --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6bcb236..4bd1cb7 100644 --- a/tox.ini +++ b/tox.ini @@ -43,4 +43,3 @@ commands = coverage --version deps = networkx==1.9 py27: mock commands = {envpython} setup.py test -recreate = True