summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2013-12-11 15:27:20 -0500
committerDoug Hellmann <doug.hellmann@dreamhost.com>2013-12-11 16:43:50 -0500
commit1ace033015bdef6d5217a190b7394430c9ac566e (patch)
tree8e246ef4c9142625295f7010e8ba5de3cec3d661 /tox.ini
parent6911bd26eade403b43e42415ef7abafd804f638c (diff)
downloadstevedore-1ace033015bdef6d5217a190b7394430c9ac566e.tar.gz
Move to stackforge
Update URLs in the documentation for the source and bug tracker. Add a .gitreview file to make reviews work. Change the "style" tox env to "pep8" to be consistent with the check job expectations. Change-Id: I5dd1e157e11ef597dd22ab2e3f5d1219f0489a7e
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 92c44f6..3e087bd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,17 +1,17 @@
[tox]
-envlist = py26,py27,py32,py33,pypy,style,docs
+envlist = py26,py27,py32,py33,pypy,pep8,docs
[testenv]
# tox passes --pre to pip by default, but we don't want that
install_command = pip install {opts} {packages}
distribute = False
commands = nosetests -d --with-coverage --cover-inclusive --cover-package stevedore []
-deps =
+deps =
nose
mock
coverage
-[testenv:style]
+[testenv:pep8]
deps = flake8
commands = flake8 stevedore setup.py