bigchaindb/tox.ini
2016-02-10 21:56:25 +01:00

8 lines
117 B
INI

[tox]
skipsdist = true
envlist = py35
[testenv]
commands = py.test -v --cov=bigchaindb
deps = -rrequirements/ci.txt