diff options
-rw-r--r-- | tox.ini | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,7 +1,6 @@ [tox] envlist = py27,py3,flake8 -recreate = False -skip_install = True +recreate = True [testenv] commands = python -m nose {posargs:tests} |
index : vyos-cloud-init.git | ||
(mirror of https://github.com/vyos/vyos-cloud-init.git) |
summaryrefslogtreecommitdiff |
-rw-r--r-- | tox.ini | 3 |
@@ -1,7 +1,6 @@ [tox] envlist = py27,py3,flake8 -recreate = False -skip_install = True +recreate = True [testenv] commands = python -m nose {posargs:tests} |