initial code repo
[stor4nfv.git] / src / ceph / src / ceph-volume / tox.ini
diff --git a/src/ceph/src/ceph-volume/tox.ini b/src/ceph/src/ceph-volume/tox.ini
new file mode 100644 (file)
index 0000000..514d208
--- /dev/null
@@ -0,0 +1,14 @@
+[tox]
+envlist = py27, py35, py36, flake8
+
+[testenv]
+deps=
+  pytest
+commands=py.test -v {posargs:ceph_volume/tests}
+
+[testenv:flake8]
+deps=flake8
+commands=flake8 --select=F,E9 {posargs:ceph_volume}
+
+[tool:pytest]
+norecursedirs = .* _* virtualenv