glance/tox.ini
Monty Taylor 4d7f2afb1d 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
2011-12-30 14:03:15 -08:00

11 lines
163 B
INI

[tox]
envlist = py26,py27
[testenv]
deps = -r{toxinidir}/tools/pip-requires
commands = /bin/bash run_tests.sh -N
[testenv:pep8]
commands = pep8 --repeat glance