diff options
author | Scott Moser <smoser@ubuntu.com> | 2016-06-01 20:51:03 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2016-06-01 20:51:03 -0400 |
commit | 654bd419145f079386b47fe3ec59afdd68fc5080 (patch) | |
tree | e0a022b0417e183f1c2e4fb50aab0c17bbc0b2c6 | |
parent | 7f46de87ee543a82c9a95137478676edaba2acc1 (diff) | |
download | vyos-cloud-init-654bd419145f079386b47fe3ec59afdd68fc5080.tar.gz vyos-cloud-init-654bd419145f079386b47fe3ec59afdd68fc5080.zip |
revert unintended change to tox.ini
-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} |