mirror of https://github.com/nucypher/pyUmbral.git
11 lines
130 B
INI
11 lines
130 B
INI
|
[tox]
|
||
|
envlist = py35,py36
|
||
|
|
||
|
[testenv]
|
||
|
deps = .[testing]
|
||
|
commands = py.test {posargs}
|
||
|
usedevelop = True
|
||
|
|
||
|
[pytest]
|
||
|
testpaths = tests
|