diff options
| author | Sean McGinnis <sean_mcginnis@dell.com> | 2016-02-22 13:00:48 -0600 |
|---|---|---|
| committer | Sean McGinnis <sean_mcginnis@dell.com> | 2016-02-22 13:07:04 -0600 |
| commit | 40f7f29fc745587a070deaccf5efc749fe8217e5 (patch) | |
| tree | decdfc2cd7aa893bac905c06eb4881792d936a39 /tox.ini | |
| parent | 2b25183c97ae4e0f061921544307c7e6efab69f1 (diff) | |
| download | python-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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [tox] distribute = False -envlist = py34,py27,pypy,pep8 +envlist = py34,py27,pep8 minversion = 1.6 skipsdist = True |
