From 309db63ba8ae7037308036de3a34be8ccafade07 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Thu, 7 May 2020 11:29:37 -0700 Subject: [PATCH] switch dogfood to use python3 --- .gitlab-ci.yml | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 597d8a9..73a1057 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -68,6 +68,7 @@ docs: script: tox -e docs dogfood: + image: python:3.7 stage: test script: tox -e dogfood diff --git a/tox.ini b/tox.ini index 7c0e6c6..489cfb1 100644 --- a/tox.ini +++ b/tox.ini @@ -21,7 +21,7 @@ commands = {posargs} # Dogfood our current master version [testenv:dogfood] -basepython = python2.7 +basepython = python3 skip_install = true deps = wheel