File tree 1 file changed +3
-17
lines changed
1 file changed +3
-17
lines changed Original file line number Diff line number Diff line change 1
- # Config file for automatic testing at travis-ci.org
2
-
3
1
language : python
4
2
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
11
4
install : pip install -U tox-travis
12
-
13
- # Command to run tests, e.g. python setup.py test
14
5
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
20
6
deploy :
21
7
provider : pypi
22
8
distributions : sdist bdist_wheel
23
9
user : fantix
24
10
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=
26
12
on :
27
13
tags : true
28
14
repo : decentfox/nginxpy
29
- python : 3.6
15
+ python : 3.7
You can’t perform that action at this time.
0 commit comments