Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
senpy
senpy
Commits
4675d9ac
Commit
4675d9ac
authored
Jun 15, 2018
by
J. Fernando Sánchez
Browse files
Avoid testing tags twice
parent
6832a281
Changes
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4675d9ac
...
@@ -18,6 +18,8 @@ before_script:
...
@@ -18,6 +18,8 @@ before_script:
stage
:
test
stage
:
test
script
:
script
:
-
make -e test-$PYTHON_VERSION
-
make -e test-$PYTHON_VERSION
except
:
-
tags
# Avoid unnecessary double testing
test-3.5
:
test-3.5
:
<<
:
*test_definition
<<
:
*test_definition
...
...
Write
Preview
Supports
Markdown
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