diff options
author | Joshua Powers <josh.powers@canonical.com> | 2017-10-03 14:19:04 -0700 |
---|---|---|
committer | Joshua Powers <josh.powers@canonical.com> | 2017-10-03 14:19:04 -0700 |
commit | aa024e331f8196855fa8d707a2dd7e26e1deab40 (patch) | |
tree | ee8c6ebadde689f583b775298651b7f5ce2a7060 /tox.ini | |
parent | 7fd04255ef238e06d1d9c9a5cc35060d36d83f2b (diff) | |
download | vyos-cloud-init-aa024e331f8196855fa8d707a2dd7e26e1deab40.tar.gz vyos-cloud-init-aa024e331f8196855fa8d707a2dd7e26e1deab40.zip |
tests: re-enable tox with nocloud-kvm support
With the addition of the nocloud-kvm support a few other python modules
were pulled in as required and as a result this broke the tox run. The
fix was to add paramiko and simplestreams to re-enable testing.
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -132,3 +132,5 @@ commands = {envpython} -m tests.cloud_tests {posargs} passenv = HOME deps = pylxd==2.2.4 + paramiko==2.3.1 + bzr+lp:simplestreams |