summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSean McGinnis <sean_mcginnis@dell.com>2016-02-22 13:00:48 -0600
committerSean McGinnis <sean_mcginnis@dell.com>2016-02-22 13:07:04 -0600
commit40f7f29fc745587a070deaccf5efc749fe8217e5 (patch)
treedecdfc2cd7aa893bac905c06eb4881792d936a39 /tox.ini
parent2b25183c97ae4e0f061921544307c7e6efab69f1 (diff)
downloadpython-cinderclient-40f7f29fc745587a070deaccf5efc749fe8217e5.tar.gz
Remove pypy from tox environment list
Pypy is a supported python interpretor for python-cinderclient, but I don't think it's necessary to run all unit tests with it for everyone. We do have the gate-python-cinderclient-pypy test to validate there are no incompatibilities. Pypy is also not available by default, so it is an extra step for someone to know to install and set up the pypy environment before they can run tox without failures. Change-Id: I15e315415574dfe8cf8a3d5f7f968a082b81b165
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 b08c4da..b9ae5a3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
distribute = False
-envlist = py34,py27,pypy,pep8
+envlist = py34,py27,pep8
minversion = 1.6
skipsdist = True