Avoid testing tags twice

fix-uris 0.10.6
J. Fernando Sánchez 6 years ago
parent 6832a2816d
commit 4675d9acf1

@ -18,6 +18,8 @@ before_script:
stage: test
script:
- make -e test-$PYTHON_VERSION
except:
- tags # Avoid unnecessary double testing
test-3.5:
<<: *test_definition

Loading…
Cancel
Save