debian-skyfield-data/tox.ini

10 lines
103 B
INI

[tox]
envlist = py27,py35,py36,py37
[testenv]
commands =
pytest -s {posargs}
deps =
.[tests]