Codebase list glance / 4d7f2af
Add tox.ini file. The tox.ini drives the current test suite in multiple virtual envs, so this is a first step in trying to get multi-version testing. Change-Id: I9c28ee11aa7bbe1b221a72e0ee8cc51d788f73c9 Monty Taylor 12 years ago
1 changed file(s) with 10 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 [tox]
1 envlist = py26,py27
2
3 [testenv]
4 deps = -r{toxinidir}/tools/pip-requires
5 commands = /bin/bash run_tests.sh -N
6
7 [testenv:pep8]
8 commands = pep8 --repeat glance
9