summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Watkins <oddbloke@ubuntu.com>2020-01-23 17:49:02 -0500
committerChad Smith <chad.smith@canonical.com>2020-01-23 15:49:02 -0700
commitefc82c9b059ae781befc014a5e9c0de3b5184e5e (patch)
tree4ee378c8ecb3b14ff1da66e558c51167edcaf490
parent6b157aa60a10fa74374287f0ec0313255e0462b4 (diff)
downloadvyos-cloud-init-efc82c9b059ae781befc014a5e9c0de3b5184e5e.tar.gz
vyos-cloud-init-efc82c9b059ae781befc014a5e9c0de3b5184e5e.zip
.travis.yml: use correct Python version for xenial tests (#185)
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 15157b86..d2651c0b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,7 +43,7 @@ matrix:
- sudo -E su $USER -c 'sbuild --nolog --verbose --dist=xenial cloud-init_*.dsc'
# Ubuntu LTS: Integration
- sg lxd -c 'tox -e citest -- run --verbose --preserve-data --data-dir results --os-name xenial --test modules/apt_configure_sources_list.yaml --test modules/ntp_servers --test modules/set_password_list --test modules/user_groups --deb cloud-init_*_all.deb'
- - python: 3.4
+ - python: 3.5
env:
TOXENV=xenial
NOSE_VERBOSE=2 # List all tests run by nose