From 1c156d213ae4bac8ebb25085b4c7c6756e8cc961 Mon Sep 17 00:00:00 2001 From: Joshua Hesketh Date: Mon, 12 Aug 2013 10:33:31 +1000 Subject: [PATCH] Fix up tests some more --- test-requirements.txt | 3 ++- tox.ini | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index c4f87ba..d0d70b4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,4 +2,5 @@ pep8==1.4.5 pyflakes==0.7.2 flake8==2.0 -hacking>=0.5.3,<0.6 \ No newline at end of file +hacking>=0.5.3,<0.6 +testr \ No newline at end of file diff --git a/tox.ini b/tox.ini index 14d2d9c..e6487bc 100644 --- a/tox.ini +++ b/tox.ini @@ -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}