summaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: ae6ec72f900cf1c6199c53a5d68416aab28a31a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
[tox]
envlist = py27

[testenv]
usedevelop=True
deps =
    -r{toxinidir}/requirements.txt
    -r{toxinidir}/test-requirements.txt
commands = /bin/bash {toxinidir}/tools/run_tests.sh --unit
whitelist_externals = /bin/bash