Fix up tests some more

This commit is contained in:
Joshua Hesketh 2013-08-12 10:33:31 +10:00
parent 27a0e270e3
commit 1c156d213a
2 changed files with 4 additions and 3 deletions

View File

@ -2,4 +2,5 @@
pep8==1.4.5
pyflakes==0.7.2
flake8==2.0
hacking>=0.5.3,<0.6
hacking>=0.5.3,<0.6
testr

View File

@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
envlist = pep8, pyflakes, py26, py27, py33
envlist = pep8, pyflakes, py27
[testenv]
sitepackages = True
@ -30,7 +30,7 @@ commands =
[testenv:pyflakes]
deps = pyflakes
-r{toxinidir}/requirements.txt
commands = pyflakes turbo-hipster setup.py
commands = pyflakes turbo_hipster setup.py
[testenv:venv]
commands = {posargs}