nucypher/tox.ini

13 lines
206 B
INI
Raw Normal View History

2017-08-18 17:13:47 +00:00
[tox]
envlist = py35,py36
[testenv]
deps = .[testing]
2017-08-18 17:21:33 +00:00
install_command = pip install --process-dependency-links {opts} {packages}
2017-08-18 17:13:47 +00:00
commands = py.test {posargs}
2017-09-17 06:49:58 +00:00
usedevelop = True
2017-08-18 17:13:47 +00:00
[pytest]
testpaths = tests