4d7f2afb1d
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
11 lines
163 B
INI
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
|
|
|