Skip to content

Commit 53a1b29

Browse files
committed
Update Travis with PyPI secret
1 parent 374c2f5 commit 53a1b29

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

.travis.yml

+3-17
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,15 @@
1-
# Config file for automatic testing at travis-ci.org
2-
31
language: python
42
python:
5-
- 3.6
6-
- 3.5
7-
- 3.4
8-
- 2.7
9-
10-
# Command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
3+
- 3.7
114
install: pip install -U tox-travis
12-
13-
# Command to run tests, e.g. python setup.py test
145
script: tox
15-
16-
# Assuming you have installed the travis-ci CLI tool, after you
17-
# create the Github repo and add it to Travis, run the
18-
# following command to finish PyPI deployment setup:
19-
# $ travis encrypt --add deploy.password
206
deploy:
217
provider: pypi
228
distributions: sdist bdist_wheel
239
user: fantix
2410
password:
25-
secure: PLEASE_REPLACE_ME
11+
secure: PBnaPG9IrXOh1wxPNSJYSIz7eI2Ei3v1w2a8Sy8wWkJ/CIjIqnj6ovB+mlH2nz89Ni4pHmxQMb1rZHNEdoM4lfFcvq5/MiYAcsub+t+sa9nGD1X1sHtOqN8VMk+IumLEVTmQzjbiUcGyfSQbgTloMH4OXpyi8c4aIEMqV5gh711ytM7r1ONy118tXkqfvby6THuFarUuSC40VSJA2xFtPuTdaMKJNZdrbhh0hdFX1c4wxo/twhbiXOTAEoOTisMrJZS/ZtDFCa9+O/PSX6c0hoiQHZJQcTukPfcICpG6IsLaqt7swijCN9pmx3bbj7Ej6IwRcVvslyHzoBMo0j/LdV9x27Xp89a8bm9IUcx1DOBi//46juuC6r79/rnuyU4Mb/mKECXxmQfRKlquqIS9nYbQ1pbSSxccTesrmnfozznHDZ3zecEYeF8HqoSaxaJ4EllundQLIDlBeDC0BSs84mfBzXCoXi0N28Ln2k9vepQWryQq1U8V4GVTacLv9x9BQAKpg811vRfNLqah220Yh/Qw5OXEOUcD+9D8NrP3nTMbPRqwiMGlPUXt9IHrr8qmAgmc/d5v3lJzYEPCgD5vJeZXtz1p2pRnOXp2D9kOyB74VauFfveyNcf3+3LwN0bopMD5gmPYUxg5JuD9FPWsd3I7+74v4vP0kMgHcD3B5Xs=
2612
on:
2713
tags: true
2814
repo: decentfox/nginxpy
29-
python: 3.6
15+
python: 3.7

0 commit comments

Comments
 (0)