From 3c5cf8b15d282c7dd1e1ad7e0276ea50957bca02 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Fri, 10 May 2019 11:07:27 -0500 Subject: [PATCH] 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 --- ceph-volume-pr/build/build | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ceph-volume-pr/build/build b/ceph-volume-pr/build/build index bd9bfdc9..c4ffff75 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 -- 2.39.5