From 1ace033015bdef6d5217a190b7394430c9ac566e Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Wed, 11 Dec 2013 15:27:20 -0500 Subject: 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 --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tox.ini') 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 -- cgit v1.2.1