We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac8a1f8 commit 21a5491Copy full SHA for 21a5491
1 file changed
.travis.yml
@@ -4,6 +4,10 @@ python:
4
- "3.6"
5
services:
6
- docker
7
+stages:
8
+ - test
9
+ - name: deploy
10
+ if: tag IS present AND type != pull_request
11
env:
12
- PYTHON_IMAGE="python:3.6"
13
- PYTHON_IMAGE="python:3.7-rc"
@@ -14,7 +18,7 @@ script:
14
18
jobs:
15
19
include:
16
20
- stage: deploy
17
- skript: skip
21
+ script: skip
22
deploy:
23
provider: pypi
24
user: "$TWINE_USER"
0 commit comments