summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJeremy Stanley <fungi@yuggoth.org>2014-12-21 16:50:41 +0000
committerJeremy Stanley <fungi@yuggoth.org>2014-12-21 18:35:27 +0000
commitcd7da23937b66fea3ec42fa2f5a128f363a97e7e (patch)
tree104fb7b2239523180e984365d9be05a4049b6e32 /tox.ini
parent0acee45efb9852599f0604ce1539febc350a50c0 (diff)
downloadpbr-537ad14a62d28359eeb9bcfd2aa45d31d1f26eb3.tar.gz
Integration test PBR commits0.10.6
* pbr/packaging.py(_get_version_from_git): Correct a bug which is causing install failures for PBR-based projects with no Git tags. This slipped through because integration testing was using the most recent PBR release rather than the commit being proposed. * tools/integration.sh: Make sure that if a PBR commit is being tested then we install and use that source rather than the latest PBR release. * tox.ini(testenv:pep8): Get rid of the custom deps list for pep8 and inherit the one from testenv which is already fixed with the self-dependency. Without this, pep8 jobs fail when run with Setuptools 8. Change-Id: Icc7275261e8fc0df8b0ae99184437ca50b89c13a
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 0 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 68057b2..3aa3cc7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -21,8 +21,6 @@ sitepackages = True
downloadcache = ~/cache/pip
[testenv:pep8]
-deps = -r{toxinidir}/requirements.txt
- -r{toxinidir}/test-requirements.txt
commands = flake8 {posargs}
[testenv:cover]