7 lines
128 B
INI
7 lines
128 B
INI
|
[tox]
|
||
|
envlist = py25,py26,py27
|
||
|
|
||
|
[testenv]
|
||
|
commands = pip install --use-mirrors -q -r requirements.txt
|
||
|
python test.py
|