Changed tox call

This commit is contained in:
Hernan Grecco
2013-09-12 20:00:23 -03:00
parent d777742759
commit 60ca0308f8

View File

@@ -2,7 +2,7 @@
envlist = py27,py32,py33,numpy27,numpy32
[testenv]
commands = {envpython} -m unittest discover
commands = {envpython} setup.py test
[testenv:numpy27]
basepython=python2.7