summaryrefslogtreecommitdiffstats
path: root/testapi/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testapi/tox.ini')
-rw-r--r--testapi/tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/testapi/tox.ini b/testapi/tox.ini
index 81c9dfa..65f5fb6 100644
--- a/testapi/tox.ini
+++ b/testapi/tox.ini
@@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
-envlist = py27,pep8
+envlist = pep8,py27
skipsdist = True
sitepackages = True
@@ -17,7 +17,6 @@ deps =
commands=
py.test \
--basetemp={envtmpdir} \
- --cov \
{posargs}
setenv=
HOME = {envtmpdir}