From: Jan Fajerski Date: Wed, 5 Aug 2020 11:34:25 +0000 (+0200) Subject: Let tox.ini decide which environments to use X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4297d1b267e25e0f11a8065f8fbaffe1b83bc24c;p=ceph-build.git Let tox.ini decide which environments to use Otherwise we have two places that define envs. --- diff --git a/ceph-volume-pr/build/build b/ceph-volume-pr/build/build index c4ffff75..83833a7a 100644 --- a/ceph-volume-pr/build/build +++ b/ceph-volume-pr/build/build @@ -14,6 +14,6 @@ cd src/ceph-volume GITHUB_STATUS_STATE="pending" $VENV/github-status create -$VENV/tox -v -e py27,py35,py36,flake8 +$VENV/tox -vr GITHUB_STATUS_STATE="success" $VENV/github-status create