Cross-platform Python CFFI bindings for libsecp256k1
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

9 lines
153 B

[tox]
mintoxversion = 2.0
envlist = py{27,35,36,py3}-{default,experimental}
[testenv]
passenv = *
deps =
pytest==2.8.7
commands = py.test {posargs}