summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2017-12-11 12:57:44 -0500
committerScott Moser <smoser@ubuntu.com>2017-12-11 12:57:44 -0500
commit1d1c31292a0d10e3dd8940739b577fad9d18f5c5 (patch)
tree5ac2e38e2365953772d36ccf60fe0899b03a4007
parenta5dc0f425facf404344fb7baaf2b9136df143ecf (diff)
downloadvyos-cloud-init-1d1c31292a0d10e3dd8940739b577fad9d18f5c5.tar.gz
vyos-cloud-init-1d1c31292a0d10e3dd8940739b577fad9d18f5c5.zip
tests: move to using tox 1.7.5
When we moved to having tox run on tests/ and tools/ we bumped tox to version 1.7.1. That was an error on my part as I just checked the version I had locally and didn't go looking for what the newest upstream release was. The current version as of today is 1.7.5 and 'tox -e pylint' works with this version
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index d7316cc2..0802072a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -24,7 +24,7 @@ setenv =
basepython = python3
deps =
# requirements
- pylint==1.7.1
+ pylint==1.7.5
# test-requirements because unit tests are now present in cloudinit tree
-r{toxinidir}/test-requirements.txt
commands = {envpython} -m pylint {posargs:cloudinit tests tools}