From 4044d9c54c1db0d323d8654cc2cba31c98bae4ac Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Thu, 21 Mar 2013 01:30:57 +0100 Subject: [PATCH] use [test] extra_requires from setup.py, to install unittest2 --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 17659fb..71618a4 100644 --- a/tox.ini +++ b/tox.ini @@ -3,8 +3,7 @@ envlist = py26,py27 [testenv] deps = - icalendar - unittest2 + icalendar [test] coverage commands = coverage erase