summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2012-07-11 10:44:36 -0500
committerMonty Taylor <mordred@inaugust.com>2012-07-11 12:21:29 -0500
commitc315c5274f8271c83550420236cd28fc1ffa2dd0 (patch)
treef3230b6b2264296edf4bab243bc5a0b1883996d6 /tox.ini
parentcf8613e76d4682c924a900a17b43197d569d7ad3 (diff)
downloadpython-glanceclient-c315c5274f8271c83550420236cd28fc1ffa2dd0.tar.gz
Latest setup goodness.
Upgrade the common setup code to the latest versions, and use setuptools-git for sdist tarball generation. Change-Id: I81eca9199b7d330ef8ec80482565a75f8475a78c
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 1 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 1b0768d..12eb0a2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,11 +13,8 @@ deps = -r{toxinidir}/tools/pip-requires
-r{toxinidir}/tools/test-requires
commands = nosetests {posargs}
-[tox:jenkins]
-downloadcache = ~/cache/pip
-
[testenv:pep8]
-commands = pep8 --repeat --show-source --exclude=.venv,.tox,dist,doc .
+commands = pep8 --repeat --show-source --exclude=.venv,.tox,dist,doc,*egg .
[testenv:cover]
setenv = NOSE_WITH_COVERAGE=1