debian-skyfield-data/tox.ini

10 lines
108 B
INI

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