8 lines
111 B
INI
8 lines
111 B
INI
[tox]
|
|
envlist = py26, py27
|
|
|
|
[testenv]
|
|
commands =
|
|
pip install --use-mirrors -q -r requirements.pip
|
|
make
|