[tox] envlist = py35,py36,py37 indexserver = default = https://pypi.python.org/simple toxworkdir = build/tox skip_missing_interpreters = true [testenv] deps = -rrequires/installation.txt -rrequires/testing.txt commands = nosetests []