Skip to content

Commit e61e437

Browse files
committed
update travis
1 parent f9ee300 commit e61e437

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,10 @@ python:
33
- "3.4"
44
- "3.5"
55
- "3.6"
6-
virtualenv:
7-
system_site_packages: true
86

9-
install:
10-
- pip install --upgrade pip
117
jobs:
128
include:
139
- stage: check_release_steps
14-
script: if git tag | grep -qE "^v$(python setup.py --version)$"; then echo "Release already exists"; exit 1; fi
15-
script: if ! grep -q "v$(python setup.py --version)" CHANGELOG.md; then echo "Version missing in CHANGELOG.md"; exit 1; fi
10+
script: echo "hoi"
1611

1712

0 commit comments

Comments
 (0)