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