Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
postgis
Commits
572175db9c26
Commit
f19b507e
authored
Dec 07, 2021
by
Frank Bessou
🍁
Browse files
chore: drop py27 testing
parent
5703b21869ad
Pipeline
#98509
passed with stages
in 1 minute and 35 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci-extended.yml
View file @
572175db
---
py27
:
image
:
registry.logilab.fr/cubicweb/dockerfiles/buster-slim-pg11
py3
:
image
:
registry.logilab.fr/cubicweb/dockerfiles/buster-slim-pg11
.gitlab-ci.yml
View file @
572175db
...
...
@@ -10,7 +10,6 @@ include:
-
"
templates/lint/flake8.yml"
# will do the equivalent of 'tox -e flake8'
-
"
templates/lint/check-manifest.yml"
# will do the equivalent of 'tox -e check-manifest'
-
"
templates/lint/yamllint.yml"
# will do the equivalent of 'tox -e yamllint'
-
"
templates/tests/py27.yml"
# will do the equivalent of 'tox -e py27'
-
"
templates/tests/py3.yml"
# will do the equivalent of 'tox -e py3'
-
"
templates/create-release-on-heptapod.yml"
# this will create a release on heptapod
-
"
templates/upload-to-pypi.yml"
# on a new mercurial tag (expected to be done with release-new), will push a release on pypi
...
...
tox.ini
View file @
572175db
[tox]
envlist
=
py27,
py3, flake8, check-manifest, yamllint
envlist
=
py3, flake8, check-manifest, yamllint
[testenv]
deps
=
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment