diff options
author | Chmouel Boudjnah <chmouel@enovance.com> | 2014-03-19 09:38:03 +0100 |
---|---|---|
committer | Christian Schwede <christian.schwede@enovance.com> | 2014-03-19 10:27:19 +0000 |
commit | 7730a5d5996b845d5cbeb736011081d9c2c23600 (patch) | |
tree | 39c85b65e7c2a766b9ac7bcce89d4162e54a068f /tox.ini | |
parent | d721dc7b61dabe49a603b781d44a05bfd9c9bed4 (diff) | |
download | python-swiftclient-7730a5d5996b845d5cbeb736011081d9c2c23600.tar.gz |
Fix temporary pypy gate issue with setuptools
Adding a fix proposed in bug 1290562 to avoid continuous gate failures
because of setuptools issue reported in the bug linked above.
Temporary Fixes-bug: #1290562
Change-Id: Ia8616d1939e664fc82de030b6384acb235e5c101
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -12,6 +12,11 @@ deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt commands = python setup.py testr --testr-args="{posargs}" +[testenv:pypy] +deps = setuptools<3.2 + -r{toxinidir}/requirements.txt + -r{toxinidir}/test-requirements.txt + [testenv:pep8] commands = flake8 bin/swift swiftclient tests |