File tree Expand file tree Collapse file tree 1 file changed +18
-16
lines changed Expand file tree Collapse file tree 1 file changed +18
-16
lines changed Original file line number Diff line number Diff line change 5
5
- " 3.5"
6
6
- " 3.6"
7
7
8
- matrix :
9
- include :
10
- - python : ' 3.6'
11
- env : TOXENV=linting
12
-
13
8
install :
14
9
- pip install tox-travis coveralls
15
10
@@ -19,14 +14,21 @@ script:
19
14
after_success :
20
15
- coveralls
21
16
22
- deploy :
23
- provider : pypi
24
- user : nicoddemus
25
- skip_upload_docs : true
26
- distributions : sdist bdist_wheel
27
- password :
28
- secure : OEWrbk09CZRrwFE6sBpRqQHu45zRu1S0Ly1ZeprkFCKxMd9tZOnrYM5qxCDQXxFHIvuyajuJ+qWTOgxUvurQMNsD6DbvJKTJ0R8upH1b1Q95KK8xiJFedhqBEUga5GrInK59oo0Sgblse2jtH5NnHXRUClSdT+iHdLY5sljCTRg=
29
- on :
30
- tags : true
31
- repo : pytest-dev/pytest-mock
32
- condition : $TRAVIS_PYTHON_VERSION = 3.6
17
+ jobs :
18
+ include :
19
+ - python : ' 3.6'
20
+ env : TOXENV=linting
21
+ - stage : deploy
22
+ python : ' 3.6'
23
+ install : pip install -U setuptools setuptools_scm
24
+ script : skip
25
+ deploy :
26
+ provider : pypi
27
+ user : nicoddemus
28
+ skip_upload_docs : true
29
+ distributions : sdist bdist_wheel
30
+ password :
31
+ secure : OEWrbk09CZRrwFE6sBpRqQHu45zRu1S0Ly1ZeprkFCKxMd9tZOnrYM5qxCDQXxFHIvuyajuJ+qWTOgxUvurQMNsD6DbvJKTJ0R8upH1b1Q95KK8xiJFedhqBEUga5GrInK59oo0Sgblse2jtH5NnHXRUClSdT+iHdLY5sljCTRg=
32
+ on :
33
+ tags : true
34
+ repo : pytest-dev/pytest-mock
You can’t perform that action at this time.
0 commit comments