Remove tox.ini - rely on travis built-in matrix

This commit is contained in:
Sylvain Bellemare 2016-02-12 01:14:07 +01:00
parent 44e6bd0848
commit 5125e153cd

View File

@ -1,7 +0,0 @@
[tox]
skipsdist = true
envlist = py35
[testenv]
commands = py.test -v --cov=bigchaindb
deps = -rrequirements/ci.txt