summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSorin Sbarnea <ssbarnea@redhat.com>2018-07-17 14:29:01 +0100
committerSorin Sbarnea <ssbarnea@redhat.com>2018-07-17 14:50:32 +0100
commitde0d27144e5de4af6289c3d1476c55a3192bea70 (patch)
tree243b7264890916c160ea8218d330262103937e7b
parented3c79e45289a73e5645be316ef9e39b08bb79c9 (diff)
downloadgit-review-de0d27144e5de4af6289c3d1476c55a3192bea70.tar.gz
tox: default envlist to supported python versions
- Removes py26,py32,py33 due EOL - Added missing py36,py36,py37 Change-Id: I365c11decab680d3c7d3bfdd1b7328cb7efb3a1a
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 08ade57..8f9eaf2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26,py27,py32,py33,py34,pep8
+envlist = pep8,docs,py27,py37,py36,py35,py34
[testenv]
install_command = pip install -U {opts} {packages}