Skip to content

Commit 865aa52

Browse files
committed
update travis
1 parent e61e437 commit 865aa52

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
language: python
2-
python:
3-
- "3.4"
4-
- "3.5"
5-
- "3.6"
62

73
jobs:
84
include:
95
- stage: check_release_steps
10-
script: echo "hoi"
6+
script: if git tag | grep -qE "^v$(python setup.py --version)$"; then echo "Release already exists"; exit 1; fi
117

128

0 commit comments

Comments
 (0)