]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/ceph-volume/tox.ini
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / ceph-volume / tox.ini
index fce465def1881132244673eeff7c35a85794c1cb..32dfc4fdd6aa9299c2ed5d1eb0c14608250dbd22 100644 (file)
@@ -8,7 +8,10 @@ commands=py.test -v {posargs:ceph_volume/tests} --ignore=ceph_volume/tests/funct
 
 [testenv:flake8]
 deps=flake8
-commands=flake8 --select=F,E9 {posargs:ceph_volume}
+commands=flake8 {posargs:ceph_volume}
 
 [tool:pytest]
 norecursedirs = .* _* virtualenv
+
+[flake8]
+select=F,E9