Skip to content

Commit e98d21a

Browse files
correct the deploy sections
1 parent 27e145f commit e98d21a

File tree

1 file changed

+23
-10
lines changed

1 file changed

+23
-10
lines changed

.travis.yml

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ credentials:
1313
user: ronny
1414
password:
1515
secure: QGJhDXmfFDKysMJJV/ONGaHHzG/aImhU3DdhEP63d657iQSn/Cb4EG/l9YmVnRzpJ94nSDXZB8YwptR7rid0bOtidb32lxN8n6UiWILCXWeAN2FE+tT9/0xIct4HUJZ8OttD1gft/Di722Gy+s9PzFwjwrV4efkxCzgjfYOjkMeq3aO6NoG3ur0iZXJh7ODwLp4sRFep2NpIEaXm2qMdnnXpck6bJ1q/NtvPx9CAZivd9HYa0evg5j1ENTz1mXXafhgF+0vRCBXA33xJuysO6CKtk+2mizL1QHfosOERiKl9+zPyZw+VvSchbCVwgxrMSiRcpGag+4SegyHrj1M/2YqfFzMF/yuFGcqXl2VkEqlnBQOVMNW3Kdcmnm+caNbddnv+M384WFz4nV8nWjcsD5l27+XlMWfuvskDIvZKtVCXmmbtqgwM4tqoYd6uxbnooRfwINTGx8sNzKP10xkaesB3ZBCEpecOKA1AXUAZ74RfYWWExv6eIuVGwyIJmOcD8M/17N8g58GxxO+88gx50EuhyNiRjYZDUipfVydfJwBwpD+p695NixUMITuksucQftjHsQp+laGWJlDIPvFwI85wDJUYAyrzn6L1W+smkm1bGomuliW2MJfxeSZAmSk4CE5VOpIWQTBmDLR3pxBhcaqzwdd4mAWvMi/fpM4yJJI=
16-
16+
on:
17+
tags: yes
1718
python:
1819
- '2.7'
1920
- '3.4'
@@ -57,30 +58,42 @@ jobs:
5758
script: skip
5859
deploy:
5960
<<: *pypi
60-
on:
61-
tags: true
62-
distributions: "sdist bdist_wheel"
61+
distributions: "sdist bdist_wheel"
6362

64-
- &eggs
65-
<<: *deploy
63+
- <<: *deploy
6664
name: "python eggs 2.7"
6765
python: '2.7'
68-
distributions: "bdist_egg"
69-
- <<: *eggs
66+
deploy:
67+
<<: *pypi
68+
distributions: "bdist_egg"
69+
- <<: *deploy
7070
name: "python eggs 3.4"
7171
python: '3.4'
72+
deploy:
73+
<<: *pypi
74+
distributions: "bdist_egg"
7275

73-
- <<: *eggs
76+
77+
- <<: *deploy
7478
name: "python eggs 3.5"
7579
python: '3.5'
80+
deploy:
81+
<<: *pypi
82+
distributions: "bdist_egg"
7683

77-
- <<: *eggs
84+
- <<: *deploy
7885
name: "python eggs 3.6"
7986
python: '3.6'
87+
deploy:
88+
<<: *pypi
89+
distributions: "bdist_egg"
8090

8191
# - <<: *eggs
8292
# name: "python eggs 3.7"
8393
# python: '3.7'
94+
# deploy:
95+
# <<: *pypi
96+
# distributions: "bdist_egg"
8497

8598
cache:
8699
directories:

0 commit comments

Comments
 (0)