Skip to content

Commit 5dc5015

Browse files
author
Pan
committed
Updated travis cfg to only build packages on deployment. Updated test targets
1 parent 6b0eb2b commit 5dc5015

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ jobs:
2828
include:
2929
- stage: build_packages
3030
python: 3.6
31-
install:
31+
install: skip
32+
script: skip
33+
before_deploy:
3234
- docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
33-
script:
3435
- ./docker/build-packages.sh
3536
deploy:
3637
- provider: pypi

0 commit comments

Comments
 (0)