summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2013-01-18 23:23:46 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2013-01-18 23:23:46 +0100
commit6dff1f0a680cabaca13c54571dc43426000eff28 (patch)
treef4a1a56f309d53c8c74e318a8280f7f817ff7cc7 /tox.ini
parent43d09c4da8eb40f7246b568b71f0424649f408c8 (diff)
downloadpep8-6dff1f0a680cabaca13c54571dc43426000eff28.tar.gz
Add installation to the tests
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 14ef63c..ae0797c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,6 +8,7 @@ envlist = py26, py27, py32, py33, pypy, jython
[testenv]
commands =
+ {envpython} setup.py install
{envpython} pep8.py --testsuite testsuite
{envpython} pep8.py --statistics pep8.py
{envpython} pep8.py --doctest