Skip to content
This repository was archived by the owner on Jun 16, 2020. It is now read-only.

Commit 066e8c7

Browse files
committed
Use Trusy instead of Xenial
1 parent 7b47b5e commit 066e8c7

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

.travis.yml

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,7 @@ jobs:
7070
- stage: Build and deploy
7171
name: Build and deploy Python package (production)
7272
if: tag =~ ^[0-9]+\.[0-9]+\.[0-9]+$
73-
python: 3.7
74-
dist: xenial
75-
sudo: true
73+
python: 3.6
7674
script:
7775
- make man
7876
addons:
@@ -93,16 +91,15 @@ jobs:
9391
password:
9492
secure: qJ+wi2PwEDeiJHhRie7FgxoZcfFBGxogGAEXT0SCfGpyLKe2RHmrUm9endsWm7b7fXS4Cc5sR/wJxeH1nrwawC6HAcFt4VAP3rKloXpxTNKDgi1Rqv/XVIE/FQu3JPoS7YS1tx/bEvX3R22s0e8til82aK9IIutlsIhps7kZi/HXNI64gF54AjnO939bNWTJIU7dQ4S7PuBLdv3mqbWJtA0ix0nzH3c1KbxfMCPt+ogcPBumP/Pm7Jwr97WWedvFXm6xHYOeBYdlMIlxCyRURGPwD1at/ArEYMsmHbq530ocfnIxqyy2/E+tpOF8T6UfS22O3KsQX+9LSbwhvVTWabzMQx/pvlFBIEG3zQDjzNwJPn3o8JmAtyZwujl5bZx9tKpmoU0UovquyAVr0d5ETS6X3gwWlhvHsZ6fJLIhWAlwskWZE0U1x1H44gVj8FgH6iUEsYzEw1+QSywA+5B2WkHWRp0eVnpHAnC74cnPNEgEEIj6KYbaKsR9T8OS1Ut0a254RKzd1XvIFF4p8NIdEc/9YBziEouSsO+SrzKyUDmFgqKLBXyU6gIPXzGO29z+0BHskhDA8kHIUiC6lsEFedE+oWT2MgcsiXVctluGqQ7yGo0yaKPkW88syJnYm7G4nQs3+xZ2VW8hgGpU/tibOHuUezTqdIga2m58c6cbKaE=
9593
skip_cleanup: true
94+
skip_existing: true
9695
distributions: "sdist bdist_wheel"
9796
on:
9897
tags: true
9998

10099
- stage: Build and deploy
101100
name: Build and deploy Python package (staging)
102101
if: tag IS present AND ( NOT tag =~ ^[0-9]+\.[0-9]+\.[0-9]+$ )
103-
python: 3.7
104-
dist: xenial
105-
sudo: true
102+
python: 3.6
106103
script:
107104
- make man
108105
addons:
@@ -123,17 +120,16 @@ jobs:
123120
password:
124121
secure: uQm7cTyqbLLQwrKw2mzFLN3seGqeaTQxtB7BWO2JElR/NM+XUThGljIzy/WZ9E2YUTylR3x3Rr+EwEooergS+BaSVEnx0Zr27NZ6tdCPPkVXoPUiQXqy1c7XTEJsaTQ1y/LRu3jZPzO8p9J9ierBGipHvEgNN0cy+g7u+tZ29h7IDhLhFeaDyK8/ZIyxhj4weU0xP+LWQX2FsBQahK0n3qN/Jg0sB0ja2ffbga6QQNFwQ1/088UFuW8L8QmfefUDMzWhtIjiVJAXs3WH7QF/t0DHIjyNfQvHJL9Aoc8bnnmGxhlQISIo0lJChVQf4lEPuQQxhEfhq1jLQt/R1zINKzBN52ouQh2ZSeqUong2vDrnAZ+6zHA2uSX1XkaZ7rk+NtYG9OO9Lsx7Z8EKQFjFvPAD5MgwHPGNkKOT0nu3q+Cim5q1XjFxO7FbDAXPLBbULCbLgP1cufVUYM/4/3BWVXrmycKx4Kg5l2XTNEjYN0Cnrjq0dKLyqDO76MR4Ni2AcS/MubzHH/SSASfU5vHnadH1ZZcjFTEAJ+fJiENu0OGiry6aQj5ExcA+6ExwL+Ta6/1C4v21W5Sbgt7axBxnuJviHU2WsWGGC5J4QANSkTN6WbJF5FQMZmNKF0ntqIKuhvpn5c14yDoQI6ZlOgUCIz81TxE8bsJ6bV53wzLIOoQ=
125122
skip_cleanup: true
123+
skip_existing: true
126124
distributions: "sdist bdist_wheel"
127125
server: https://test.pypi.org/legacy/
128126
on:
129127
tags: true
130128

131129
- stage: Build and deploy
132-
name: Build and deploy website (product)
130+
name: Build and deploy website (production)
133131
if: tag =~ ^[0-9]+\.[0-9]+\.[0-9]+$
134-
python: 3.7
135-
dist: xenial
136-
sudo: true
132+
python: 3.6
137133
install:
138134
- make install
139135
script:
@@ -152,9 +148,7 @@ jobs:
152148
- stage: Build and deploy
153149
name: Build and deploy website (staging)
154150
if: tag IS present AND ( NOT tag =~ ^[0-9]+\.[0-9]+\.[0-9]+$ )
155-
python: 3.7
156-
dist: xenial
157-
sudo: true
151+
python: 3.6
158152
install:
159153
- make install
160154
script:

0 commit comments

Comments
 (0)