Files
PyAPNs2/tox.ini
T

10 lines
105 B
INI

[tox]
envlist = py35, py36, py37
[testenv]
commands = pytest {posargs}
extras = tests
usedevelop=True