From 90468cbc272f24b50efc2f2a5ef725f3895e03b6 Mon Sep 17 00:00:00 2001 From: Martin Zimmermann Date: Mon, 25 Nov 2013 17:02:15 +0100 Subject: [PATCH] simplify nosetest usage --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index c6431cd..316861c 100755 --- a/tox.ini +++ b/tox.ini @@ -19,5 +19,4 @@ deps = nose doctest-ignore-unicode commands= - nosetests --with-doctest --with-doctest-ignore-unicode isso/ - nosetests specs/ + nosetests --with-doctest --with-doctest-ignore-unicode isso/ specs/