summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDaniel Watkins <oddbloke@ubuntu.com>2019-12-20 15:49:09 -0500
committerGitHub <noreply@github.com>2019-12-20 15:49:09 -0500
commit2c77a287a89e8356697fc2c03522e10aa523a512 (patch)
tree47889a9e788a4596b24b31d8696afc963821845a /tox.ini
parentc7dca877c1fa3dc8b63486bb88022ee23a31bebe (diff)
downloadcloud-init-git-2c77a287a89e8356697fc2c03522e10aa523a512.tar.gz
ci: remove Python 2.7 from CI runs (#137)
Specifically, drop it from the default list of environments that tox will run, and from Travis. (We retain the configuration in tox.ini for now, for any remaining Python 2.7 needs.)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
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]