diff options
| author | Anthony Sottile <asottile@umich.edu> | 2020-05-07 18:35:08 +0000 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2020-05-07 18:35:08 +0000 |
| commit | 6c4b5c85c692a8d1d485614029f824f829489bca (patch) | |
| tree | 268d82132f1194338f3b703ba5c27b76467d63dd | |
| parent | 8905a7af9e7d50b2654a4e04b5f51aefec834b60 (diff) | |
| parent | 309db63ba8ae7037308036de3a34be8ccafade07 (diff) | |
| download | flake8-6c4b5c85c692a8d1d485614029f824f829489bca.tar.gz | |
Merge branch 'linters_py3' into 'master'
switch dogfood to use python3
See merge request pycqa/flake8!423
| -rw-r--r-- | .gitlab-ci.yml | 1 | ||||
| -rw-r--r-- | tox.ini | 2 |
2 files changed, 2 insertions, 1 deletions
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 @@ -21,7 +21,7 @@ commands = {posargs} # Dogfood our current master version [testenv:dogfood] -basepython = python2.7 +basepython = python3 skip_install = true deps = wheel |
