pyUmbral/tox.ini

11 lines
130 B
INI
Raw Normal View History

2017-12-28 01:06:20 +00:00
[tox]
envlist = py35,py36
[testenv]
deps = .[testing]
commands = py.test {posargs}
usedevelop = True
[pytest]
testpaths = tests