summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJordan Pittier <jordan.pittier@scality.com>2016-09-26 17:39:56 +0200
committerJordan Pittier <jordan.pittier@scality.com>2016-09-26 17:39:56 +0200
commitbd434bc6268d7d4b872cbf17cf23a4fd5dc1a855 (patch)
tree0cd4bf03afdf1f95d675227f7038cd8929f4fd37 /tox.ini
parent7d401cd5a6537a9c6296d67e33addcc20a62eeb6 (diff)
downloados-client-config-bd434bc6268d7d4b872cbf17cf23a4fd5dc1a855.tar.gz
List py35 in the default tox env list
We really should run py35 tests when we run "tox" without any arguments. I2a4a6ca01d7cca83f594008960c878a18ca08e8e is going to make the py35 job voting. Change-Id: Ibd77e39c53f00357344be8acc2949e1bc1adcc84
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 d2aac05..cedf478 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 1.6
-envlist = py34,py27,pypy,pep8
+envlist = py34,py35,py27,pypy,pep8
skipsdist = True
[testenv]