summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
-rw-r--r--tox.ini2
2 files changed, 1 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 9efaad14..15157b86 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,10 +43,6 @@ 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: 2.7
- env:
- TOXENV=py27
- NOSE_VERBOSE=2 # List all tests run by nose
- python: 3.4
env:
TOXENV=xenial
diff --git a/tox.ini b/tox.ini
index 846e7e3f..8612f034 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27, py3, xenial, pycodestyle, pyflakes, pylint
+envlist = py3, xenial, pycodestyle, pyflakes, pylint
recreate = True
[testenv]