]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/ceph-volume/tox.ini
import 15.2.5
[ceph.git] / ceph / src / ceph-volume / tox.ini
index dc66681d2c0368ee621adda97c27f37dae370743..6ccf3e775caadb0708c2c341475b64fdf3e650bd 100644 (file)
@@ -1,14 +1,15 @@
 [tox]
-envlist = py27, py35, py36, flake8
+envlist = py36, py3, py3-flake8
 skip_missing_interpreters = true
 
 [testenv]
 deps=
   pytest
   mock
+install_command=./tox_install_command.sh {opts} {packages}
 commands=py.test -v {posargs:ceph_volume/tests} --ignore=ceph_volume/tests/functional
 
-[testenv:flake8]
+[testenv:py3-flake8]
 deps=flake8
 commands=flake8 {posargs:ceph_volume}