Skip to content

Commit c0accc9

Browse files
committed
Fixed .travis.yml
1 parent 20e7147 commit c0accc9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ jobs:
3232
include:
3333
- stage: deploy_pypi
3434
python: "3.6"
35-
install: skip
36-
script: skip
3735
deploy:
3836
on:
3937
tags: true
@@ -46,7 +44,6 @@ jobs:
4644
skip_existing: true
4745
- stage: deploy_conda
4846
python: "3.6"
49-
install: skip
5047
script: skip
5148
deploy:
5249
on:

0 commit comments

Comments
 (0)