Add unittest2 and pip to tox deps

This seems to be required for pypy to work correctly
This commit is contained in:
Tyler Hobbs
2014-01-15 12:59:41 -06:00
parent 488c333b4e
commit e9b81997fe

View File

@@ -5,5 +5,7 @@ envlist = py26,py27,pypy
deps = nose
mock
ccm
unittest2
pip
commands = {envpython} setup.py build_ext --inplace
nosetests tests/unit/