[Python-checkins] distutils2: Add docutils to tox deps

eric.araujo python-checkins at python.org
Wed May 16 07:07:27 CEST 2012


http://hg.python.org/distutils2/rev/3f4051823314
changeset:   1334:3f4051823314
user:        Éric Araujo <merwok at netwok.org>
date:        Tue May 15 20:28:51 2012 -0400
summary:
  Add docutils to tox deps

files:
  tox.ini |  5 +++--
  1 files changed, 3 insertions(+), 2 deletions(-)


diff --git a/tox.ini b/tox.ini
--- a/tox.ini
+++ b/tox.ini
@@ -8,8 +8,11 @@
 
 [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 @@
 
 [testenv:py27]
 basepython=python2.7
-commands=
-    nosetests --with-xunit distutils2/tests

-- 
Repository URL: http://hg.python.org/distutils2


More information about the Python-checkins mailing list