[tox] envlist = py26 [testenv] commands = pytest -s {posargs} deps = wheel==0.29.0 numpy==1.11.3 .[tests]