This repository was archived by the owner on Sep 14, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +34
-12
lines changed Expand file tree Collapse file tree 1 file changed +34
-12
lines changed Original file line number Diff line number Diff line change @@ -7,24 +7,46 @@ services:
7
7
- docker
8
8
language : python
9
9
10
- matrix :
10
+ jobs :
11
+ fast_finish : true
11
12
include :
12
- - python : 3.7
13
- env : TOX_ENV=lint
14
- - python : 2.7
15
- env : TOX_ENV=py27
16
- - python : 3.5
17
- env : TOX_ENV=py35
18
- - python : 3.6
19
- env : TOX_ENV=py36
20
- - python : 3.7
21
- env : TOX_ENV=py37
13
+ - name : lint
14
+ python : " 3.7"
15
+ env : TOXENV=lint
16
+ - name : py27
17
+ python : " 2.7"
18
+ env : TOXENV=py27
19
+ - name : py35
20
+ python : " 3.5"
21
+ env : TOXENV=py35
22
+ - name : py36
23
+ python : " 3.6"
24
+ env : TOXENV=py36
25
+ - name : py37
26
+ python : " 3.7"
27
+ env : TOXENV=py37
28
+ - stage : deploy
29
+ name : deploy
30
+ if : tag IS present AND type != cron
31
+ env : TOXENV=upload
32
+ deploy :
33
+ - provider : pypi
34
+ user : pycontribs
35
+ password :
36
+ secure : >
37
+ N8Vl84PucnJwAl5PPRZ0YUMTgBrXcbbEJh5LZudv/HBps7abhu3iv5+FT+w+8W4DcFjPoCC3FqVj34sLLEshf2SOktGm/RH9wnVEwGgBFcsob1c4PrdoZ13Zk/KwjvX9OfPJ4uzceUT9ZZXv62OJzQulRTdDkGLSoXj5s0noUhxaCsyHG4wLnv9n/eVecN3ou+oqi464cOAvRVsp7Hw7f8XywYI6r9Yt0pQkBtGrwXORC6Bmrl5Q7PiBAHWBcJmWLyFRwrak6z/BDBNqBZC2nWn1ZPYoo23tEWmeLTZPkPiJad9hM4rc9NuGyRr1uZAEqhBNn8mFGv+CMfzZALDTpLu8PN74XHA3PfFx9gF3wHZyIhtFQ2CcivGUGUsn9HE6SqhXgjRgCSwRXuvOonLqT5KMX7ZnTP1EtdLXhWju9bP3GOat/iy85bBZXxU/LirqBtpcV6TeOtkKeYo5DIVwFi6yj3iYXUYLEf2LDcCSBz1ZAc5pTX8tWypXeXs9DWeGo35ZkukTetVhrHlBaZ+7HpI+IBhEua8Uzg2hJ+9Y0xl5+ewZgqbWbbBog0xV/G59777uklGa+oUxmsuojwEmWOAmiAl4+dUIuqNuTW4gkPjXATqPLnKPZRoOVSHXanhSUp+xhta6JwqhtSSa1ke4Xnfewnx2Le+Y+Pz0MOfZgKg=
38
+ distributions : dists
39
+ skip-cleanup : true
40
+ " on " :
41
+ all_branches : true
42
+ tags : true
43
+ repo : pycontribs/pytest-molecule
22
44
23
45
install :
24
46
- pip install tox
25
47
26
48
script :
27
- - tox -e $TOX_ENV
49
+ - tox
28
50
29
51
before_cache :
30
52
- rm -rf $HOME/.cache/pip/log
You can’t perform that action at this time.
0 commit comments