Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
xQML
xQML
Commits
15f7bb67
Commit
15f7bb67
authored
Dec 15, 2020
by
Matthieu Tristram
Browse files
remove python3.6 from CI
parent
9cebb6da
Pipeline
#95809
passed with stage
in 3 minutes and 24 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
.gitlab-ci.yml
.gitlab-ci.yml
+4
-4
examples/TestMem.py
examples/TestMem.py
+0
-0
No files found.
.gitlab-ci.yml
View file @
15f7bb67
...
...
@@ -13,10 +13,10 @@ stages:
-
python setup.py install
-
python -m unittest xqml.tests.test_xqml
test-3.6
:
extends
:
.test
stage
:
test
image
:
python:3.6
#
test-3.6:
#
extends: .test
#
stage: test
#
image: python:3.6
# test-3.7:
# extends: .test
...
...
TestMem.py
→
examples/
TestMem.py
View file @
15f7bb67
File moved
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