mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
9 lines
147 B
INI
9 lines
147 B
INI
[tox]
|
|
envlist = py26,py27,py32,py33,pypy
|
|
|
|
[testenv]
|
|
commands =
|
|
pip install -e {toxinidir}
|
|
pip install -e {toxinidir}[test]
|
|
python setup.py test
|