Skip to content

Commit b0fbbc7

Browse files
committed
Add skip_existing option to travis.yml.
Make sure build doesn't fail because of package upload to PyPI.
1 parent 2fbce73 commit b0fbbc7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
sudo: false
21
language: python
2+
sudo: false
33
python:
44
- '2.7'
55
- '3.4'
@@ -20,6 +20,7 @@ deploy:
2020
distributions: sdist bdist_wheel
2121
user: $PYPI_TEST_USERNAME
2222
password: $PYPI_TEST_PASSWORD
23+
skip_existing: true
2324
on:
2425
branch: master
2526
tags: false

0 commit comments

Comments
 (0)