mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
8 lines
117 B
INI
8 lines
117 B
INI
[tox]
|
|
skipsdist = true
|
|
envlist = py35
|
|
|
|
[testenv]
|
|
commands = py.test -v --cov=bigchaindb
|
|
deps = -rrequirements/ci.txt
|