diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-23 12:45:02 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-23 12:45:02 -0300 |
commit | c35c4e1d43645bbfc7c129ef59204cc6a4efb6e8 (patch) | |
tree | 6aad9084f7508ac54659ea5548f6769eae7f19b0 | |
parent | b6e0367c758c9064cf5054d08ca36409d96512b5 (diff) | |
download | evol-tools-c35c4e1d43645bbfc7c129ef59204cc6a4efb6e8.tar.gz evol-tools-c35c4e1d43645bbfc7c129ef59204cc6a4efb6e8.tar.bz2 evol-tools-c35c4e1d43645bbfc7c129ef59204cc6a4efb6e8.tar.xz evol-tools-c35c4e1d43645bbfc7c129ef59204cc6a4efb6e8.zip |
Debian unstable dropped support for Python2.7
Update CI to use Debian Stable.
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 61bdee3..b389717 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ pyflakes2: script: - ./ci/install.sh python2.7 pyflakes - pyflakes . - image: debian:unstable + image: debian:stable .pyflakes3: stage: test |