Revision ba3ebd43ce3c2831f906a62ac693691c1ed276da authored by bear (Mike Taylor) on 11 July 2016, 20:27:00 UTC, committed by bear (Mike Taylor) on 11 July 2016, 20:27:00 UTC
1 parent 6c41fac
Raw File
tox.ini
[tox]
envlist = py27, py35

[testenv]
deps = -rrequirements.testing.txt
commands = make test
whitelist_externals = /bin/bash
                      make

back to top