summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 18d059df..dafaaf6d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,6 @@
[tox]
envlist = py27,py3,flake8
-recreate = False
-skip_install = True
+recreate = True
[testenv]
commands = python -m nose {posargs:tests}