Revision 82ad4fbfe6f37e53decf46667a477598cef6969d authored by Jeremy Low on 05 May 2016, 23:53:08 UTC, committed by Jeremy Low on 05 May 2016, 23:53:08 UTC
1 parent 09f181e
Raw File
tox.ini
[tox]
envlist = py27, py35

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

back to top