1 2 3 4 5 6 7 8
[tox] envlist = py34,py35,py36 skipdist = True [testenv] deps=-rrequirements.txt whitelist_externals = bash commands=bash test/test_runner.sh