Revision 167c34ac84246ad11f70869d519bc23065f9866f authored by Jeremy Low on 03 May 2016, 00:42:53 UTC, committed by Jeremy Low on 03 May 2016, 00:42:53 UTC
2 parent s 09858bf + c2f5c7a
Raw File
tox.ini
[tox]
envlist = py27, py35

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

back to top