Skip to content

Commit 7fddc40

Browse files
committed
Fixing travis
1 parent c6ae11c commit 7fddc40

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ script:
1111
- coverage run --source=domdf_python_tools -m pytest
1212
after_success:
1313
- coveralls
14-
before_deploy:
15-
- git clean -f
1614
deploy:
1715
provider: pypi
1816
user: "DomDF"
@@ -21,5 +19,5 @@ deploy:
2119
on:
2220
tags: true
2321
python: "3.6"
24-
after_deploy:
25-
- git clean -f
22+
distributions: "sdist bdist_wheel"
23+
skip_existing: true

0 commit comments

Comments
 (0)