diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7446263..e840d40 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,6 +24,7 @@ python3: script: tox --skip-missing-interpreters -e py34,py35 linters: + image: python:3.5 stage: test script: tox -e linters diff --git a/tox.ini b/tox.ini index 34f90ca..88b59ba 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,7 @@ commands = {posargs} # Dogfood our current mastera version [testenv:dogfood] -basepython = python3.5 +basepython = python3 skip_install = true deps = wheel