mirror of
https://github.com/ceph/ceph
synced 2024-12-21 19:02:10 +00:00
b830c555d2
Signed-off-by: Sebastian Wagner <sewagner@redhat.com>
12 lines
172 B
INI
12 lines
172 B
INI
[tox]
|
|
envlist = py3
|
|
skipsdist = true
|
|
|
|
[testenv]
|
|
deps =
|
|
-rrequirements.txt
|
|
pytest
|
|
commands =
|
|
pytest -rA test_syntax.py test_unittests.py
|
|
./validate_rules.py
|