Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
varnish
Commits
1aefcb9283b9
Commit
afbaa554
authored
Sep 25, 2020
by
Laurent Peuch
Browse files
ci(.gitlab-ci/tox): switch tox to generic python 3 and add matching job in .gitlab-ci.yaml
parent
0048295e6e27
Pipeline
#15625
passed with stage
in 1 minute and 17 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1aefcb92
...
...
@@ -8,3 +8,6 @@ flake8:
py27
:
script
:
tox -e py27
py3
:
script
:
tox -e py3
tox.ini
View file @
1aefcb92
[tox]
envlist
=
py27,py3
4,py35
,flake8
envlist
=
py27,py3,flake8
[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