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
calendar
Commits
80432d9c0d08
Commit
72050c40
authored
Aug 07, 2020
by
Laurent Peuch
Browse files
tests: drop python 2.7 support
parent
b3733dedec3d
Pipeline
#11318
passed with stage
in 1 minute and 43 seconds
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
80432d9c
...
...
@@ -9,10 +9,5 @@ check-manifest:
flake8
:
script
:
tox -e flake8
py27
:
script
:
tox -e py27
py3
:
script
:
tox -e py3
tox.ini
View file @
80432d9c
[tox]
envlist
=
py27,py3,flake8,check-manifest
[testenv:py27]
deps
=
cubicweb<3.27
-rdev-requirements.txt
commands
=
{envpython}
-m
pytest
{posargs}
envlist
=
py3,flake8,check-manifest
[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