Skip to content

Commit 6a80e51

Browse files
authored
Disable deploying to pypi
1 parent 71562ce commit 6a80e51

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ after_success:
3838
- coverage report
3939
- codecov
4040

41-
deploy:
42-
provider: script
43-
script: bash scripts/deploy.sh
44-
on:
45-
branch: master
41+
#deploy:
42+
# provider: script
43+
# script: bash scripts/deploy.sh
44+
# on:
45+
# branch: master

0 commit comments

Comments
 (0)