From: Andrew Schoen Date: Fri, 10 May 2019 16:07:27 +0000 (-0500) Subject: ceph-volume-pr: run py36 tox tests X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1294%2Fhead;p=ceph-build.git ceph-volume-pr: run py36 tox tests We will now skip any missing interpreters, so we should run all the tests here always. Signed-off-by: Andrew Schoen --- diff --git a/ceph-volume-pr/build/build b/ceph-volume-pr/build/build index bd9bfdc95..c4ffff75b 100644 --- a/ceph-volume-pr/build/build +++ b/ceph-volume-pr/build/build @@ -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