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
This commit is contained in:
Monty Taylor 2011-12-30 14:03:15 -08:00
parent fa1b0b1f78
commit 4d7f2afb1d
1 changed files with 10 additions and 0 deletions

10
tox.ini Normal file
View File

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