Skip to content

Commit 21a5491

Browse files
committed
Fix jobs in CI build
1 parent ac8a1f8 commit 21a5491

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ python:
44
- "3.6"
55
services:
66
- docker
7+
stages:
8+
- test
9+
- name: deploy
10+
if: tag IS present AND type != pull_request
711
env:
812
- PYTHON_IMAGE="python:3.6"
913
- PYTHON_IMAGE="python:3.7-rc"
@@ -14,7 +18,7 @@ script:
1418
jobs:
1519
include:
1620
- stage: deploy
17-
skript: skip
21+
script: skip
1822
deploy:
1923
provider: pypi
2024
user: "$TWINE_USER"

0 commit comments

Comments
 (0)