]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-volume-pr: run py36 tox tests 1294/head
authorAndrew Schoen <aschoen@redhat.com>
Fri, 10 May 2019 16:07:27 +0000 (11:07 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Fri, 10 May 2019 16:07:27 +0000 (11:07 -0500)
We will now skip any missing interpreters, so we should
run all the tests here always.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
ceph-volume-pr/build/build

index bd9bfdc9560fe869dd4a96e7b6cefbd1af44dc5b..c4ffff75bb9cb5707244468216e6ffbd8ad4ed4b 100644 (file)
@@ -14,8 +14,6 @@ cd src/ceph-volume
 
 GITHUB_STATUS_STATE="pending" $VENV/github-status create
 
-# 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
+$VENV/tox -v -e py27,py35,py36,flake8
 
 GITHUB_STATUS_STATE="success" $VENV/github-status create