summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorIvan Kolodyazhny <e0ne@e0ne.info>2019-10-16 10:29:03 +0300
committerIvan Kolodyazhny <e0ne@e0ne.info>2019-10-24 21:44:39 +0000
commit7f17dcb4dde9291c3d4b4bf581787f826f90167c (patch)
tree0ae44e243195cf146746c025650018aeb2fa8c54 /tox.ini
parent85a1dddf126691921924edcecaee5c054c7df6c2 (diff)
downloadhorizon-7f17dcb4dde9291c3d4b4bf581787f826f90167c.tar.gz
Remove Python 2.7 jobs
Ussuri release won't support Python 2.7 officially [1] so we can drop CI jobs to test with Python 2.7. [1] https://governance.openstack.org/tc/reference/runtimes/ussuri.html Depends-On: https://review.opendev.org/688997 Change-Id: I650ca71c5a7c922a73f20cdf5ceb02caae464d02
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 54a8452a5..5da8e7ed5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 3.1
-envlist = pep8,py27,py36,py37,py3-dj{111,21,22},releasenotes,npm
+envlist = pep8,py36,py37,py3-dj{111,21,22},releasenotes,npm
skipsdist = True
# Automatic envs (pyXX) will only use the python version appropriate to that
# env and ignore basepython inherited from [testenv] if we set