1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-21 15:52:28 +00:00

Avoid testing tags twice

This commit is contained in:
J. Fernando Sánchez 2018-06-15 16:58:55 +02:00
parent 6832a2816d
commit 4675d9acf1

View File

@ -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