summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-04-23 12:45:02 -0300
committerJesusaves <cpntb1@ymail.com>2020-04-23 12:45:02 -0300
commitc35c4e1d43645bbfc7c129ef59204cc6a4efb6e8 (patch)
tree6aad9084f7508ac54659ea5548f6769eae7f19b0
parentb6e0367c758c9064cf5054d08ca36409d96512b5 (diff)
downloadevol-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.yml2
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