summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini5
1 files changed, 3 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index e0826d1..e33f5bf 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,8 +8,11 @@ sdistsrc={distshare}/Distutils2-*
[testenv]
commands=
+ # explicit argument to exclude _backport/tests;
+ # their coverage is not interesting
nosetests --with-xunit distutils2/tests
deps=
+ docutils
unittest2
nose
@@ -18,5 +21,3 @@ distribute=False
[testenv:py27]
basepython=python2.7
-commands=
- nosetests --with-xunit distutils2/tests