summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2020-05-07 18:35:08 +0000
committerAnthony Sottile <asottile@umich.edu>2020-05-07 18:35:08 +0000
commit6c4b5c85c692a8d1d485614029f824f829489bca (patch)
tree268d82132f1194338f3b703ba5c27b76467d63dd
parent8905a7af9e7d50b2654a4e04b5f51aefec834b60 (diff)
parent309db63ba8ae7037308036de3a34be8ccafade07 (diff)
downloadflake8-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.yml1
-rw-r--r--tox.ini2
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
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