mirror of
https://github.com/ceph/ceph
synced 2025-03-07 00:40:00 +00:00
13 lines
123 B
INI
13 lines
123 B
INI
[tox]
|
|
envlist = py27
|
|
|
|
[testenv]
|
|
deps=
|
|
-r{toxinidir}/requirements.txt
|
|
pytest
|
|
mock
|
|
fudge
|
|
nose
|
|
|
|
commands=py.test -v
|