]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-volume-pr: do not try to use py36, only flake8, 2.7, and 3.5
authorAlfredo Deza <adeza@redhat.com>
Tue, 1 Aug 2017 11:43:44 +0000 (07:43 -0400)
committerAlfredo Deza <adeza@redhat.com>
Thu, 10 Aug 2017 18:12:54 +0000 (14:12 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-volume-pr/build/build

index d3478906fb9aa1dff7818cf0271a9fb3e2b2e979..a80c15359778b91371b3d1ae3519235591701d62 100644 (file)
@@ -5,4 +5,8 @@ set -ex
 pkgs=( "tox" )
 install_python_packages "pkgs[@]"
 
-cd src/ceph-volume && $VENV/tox -rv
+cd src/ceph-volume
+
+# ceph-volume has a 3.6 environ but most machines don't have it,
+# so until then, we do them piecemeal
+$VENV/tox -v -e py27,py35,flake8