From cfd600d72ea16b82739ea9c7e33cd545481fb971 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Thu, 1 Aug 2019 08:45:58 +0300 Subject: [PATCH] script/test: fix tox env (#25620) --- script/test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/test b/script/test index 14fc357eb12..8c4688a4d65 100755 --- a/script/test +++ b/script/test @@ -3,4 +3,4 @@ cd "$(dirname "$0")/.." -tox -e py35 +tox -e py36