Skip to content

Commit cb20831

Browse files
committed
Adds skip_cleanup option in travis-ci deployment phase to avoid Pypi upload failure:
Deploying application src/django_dirtyfields.egg-info/PKG-INFO already exists, no checkout src/django_dirtyfields.egg-info/SOURCES.txt already exists, no checkout src/django_dirtyfields.egg-info/dependency_links.txt already exists, no checkout src/django_dirtyfields.egg-info/requires.txt already exists, no checkout src/django_dirtyfields.egg-info/top_level.txt already exists, no checkout Could not restore untracked files from stash entry PyPI upload failed. failed to deploy
1 parent 393a437 commit cb20831

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ after_success:
5959
- if test "$TOXENV" = "py36-django111-coverage"; then coveralls; fi
6060

6161
deploy:
62+
skip_cleanup: true
6263
provider: pypi
6364
user: smn
6465
password:

0 commit comments

Comments
 (0)