mirror of
https://github.com/ceph/ceph
synced 2025-02-22 10:37:15 +00:00
test remove ceph-disk directory
Signed-off-by: Alfredo Deza <adeza@redhat.com>
This commit is contained in:
parent
78466d0287
commit
da775a76f5
@ -1,19 +0,0 @@
|
||||
[tox]
|
||||
envlist = py27, flake8
|
||||
skipsdist=True
|
||||
|
||||
[testenv]
|
||||
deps=
|
||||
pytest
|
||||
mock
|
||||
pytest-cov==1.6
|
||||
coverage==3.7.1
|
||||
|
||||
commands=
|
||||
python setup.py develop
|
||||
py.test -vv --cov=ceph_disk.py --cov-report=term-missing {posargs:tests}
|
||||
|
||||
[testenv:flake8]
|
||||
deps=
|
||||
flake8
|
||||
commands=flake8 --select=F,E9 ceph_disk.py
|
Loading…
Reference in New Issue
Block a user