We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e61e437 commit 865aa52Copy full SHA for 865aa52
1 file changed
.travis.yml
@@ -1,12 +1,8 @@
1
language: python
2
-python:
3
- - "3.4"
4
- - "3.5"
5
- - "3.6"
6
7
jobs:
8
include:
9
- stage: check_release_steps
10
- script: echo "hoi"
+ script: if git tag | grep -qE "^v$(python setup.py --version)$"; then echo "Release already exists"; exit 1; fi
11
12
0 commit comments