summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorVishakha Agarwal <agarwalvishakha18@gmail.com>2019-02-28 11:47:15 +0530
committerVishakha Agarwal <agarwalvishakha18@gmail.com>2019-02-28 11:51:05 +0530
commit417dfcbcaaabd3fb1b02373321d1c7fd540c758a (patch)
tree7a293e0fd47898f17cac623088edce776dfb74b6 /tox.ini
parente2cf4ed65e8cc97141bf72f8f0f3662886ea921f (diff)
downloadpycadf-417dfcbcaaabd3fb1b02373321d1c7fd540c758a.tar.gz
Add py37 tox env and drop py35
With python3.7 jobs added to the Zuul jobs, it makes sense to add this to the tox config too so that developers can run python3.7 tests as well. Python 3.5 was the target runtime for the Rocky release. The current target py3 runtime for Stein is Python 3.6, so there is no reason to keep testing against the older version. Change-Id: Icada08448d9bf3cc0f1d522d93b07d8789adad14
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 50581c2..1198ac8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 2.0
-envlist = py35,py27,pep8
+envlist = py36,py37,py27,pep8
[testenv]
install_command = pip install {opts} {packages}