debian-skyfield-data/tox-py26.ini

12 lines
124 B
INI

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