mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
10 lines
144 B
INI
10 lines
144 B
INI
[tox]
|
|
envlist = py26,py27,py32,py33,pypy
|
|
|
|
[testenv]
|
|
deps =
|
|
-rrequirements.txt
|
|
-rrequirements-dev.txt
|
|
commands =
|
|
nosetests {posargs}
|