We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a40811 commit 702ce07Copy full SHA for 702ce07
1 file changed
.travis.yml
@@ -10,6 +10,21 @@ jobs:
10
python: '3.5'
11
- env: TOXENV=py36
12
python: '3.6'
13
+ - stage: deploy
14
+ python: '3.6'
15
+ env:
16
+ install: pip install -U setuptools setuptools_scm
17
+ script: skip
18
+ deploy:
19
+ provider: pypi
20
+ user: nicoddemus
21
+ distributions: sdist bdist_wheel
22
+ skip_upload_docs: true
23
+ password:
24
+ secure: TfROFljW1ne09zgKkG1s9ggPscjcghWxW/KuoScjgzXQ6OBE7QNm4keLJZxq+dxYGwbON3hoFVzCq9bU4c5eyFAT+OEN7GRa+/WFXriZIilrWXsNWF1R+EEnIyjbNgFGXRX41XxQ0GzUNB+6xr8BexqTRgBp8gFdvoKulyibVWI=
25
+ on:
26
+ tags: true
27
+ repo: pytest-dev/pytest-cpp
28
29
install:
30
- sudo apt-get update
0 commit comments