summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2016-06-01 20:51:03 -0400
committerScott Moser <smoser@ubuntu.com>2016-06-01 20:51:03 -0400
commit654bd419145f079386b47fe3ec59afdd68fc5080 (patch)
treee0a022b0417e183f1c2e4fb50aab0c17bbc0b2c6
parent7f46de87ee543a82c9a95137478676edaba2acc1 (diff)
downloadvyos-cloud-init-654bd419145f079386b47fe3ec59afdd68fc5080.tar.gz
vyos-cloud-init-654bd419145f079386b47fe3ec59afdd68fc5080.zip
revert unintended change to tox.ini
-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}