UNPKG

aspernaturet

Version:

A library for cryptocurrency trading and e-commerce with support for many bitcoin/ether/altcoin exchange markets and merchant APIs

21 lines (17 loc) 343 B
[tox] envlist = py{27,35,36},qa skipsdist = True skip_missing_interpreters = True [testenv] setenv = PYTHONPATH = {toxinidir}:{toxinidir} commands = python test.py [testenv:qa] commands = flake8 deps = .[qa] [testenv:doc] changedir=doc deps = .[doc] commands= sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html