Don't make blist a dep for pypy tox test

This commit is contained in:
Tyler Hobbs
2014-05-07 12:09:10 -05:00
parent a47bf65c82
commit 6b660d7f9a

View File

@@ -12,3 +12,12 @@ deps = nose
blist
commands = {envpython} setup.py build_ext --inplace
nosetests --verbosity=2 tests/unit/
[testenv:pypy]
deps = nose
mock
ccm
unittest2
pip
PyYAML
scales