From 156c909b951ddbce27253f425341fbd1b4132e39 Mon Sep 17 00:00:00 2001 From: Marcus Smith Date: Mon, 1 Jul 2013 21:14:10 -0700 Subject: can't use easy_install to install virtualenv test req from git --- tox.ini | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index accce820b..5c11058e8 100644 --- a/tox.ini +++ b/tox.ini @@ -3,6 +3,11 @@ envlist = py26,py27,py32,py33,pypy [testenv] +deps= + nose>=1.3.0 + mock + scripttest>=1.1.1 + git+https://github.com/pypa/virtualenv@develop#egg=virtualenv commands = - python setup.py dev - python setup.py nosetests + nosetests -s -v tests + -- cgit v1.2.1