Skip to content

Commit bf702db

Browse files
committed
chore: remove env vars from Travis CI config, set them by admin interface
1 parent 71bc4f1 commit bf702db

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,11 @@ python:
44
- "3.6"
55
- "3.7"
66
- "3.8"
7-
env:
8-
global: # 'travis encrypt PYPI_PASSWORD=... GH_TOKEN=...'
9-
- PYPI_USERNAME=honzajavorek
10-
- secure: "fjvWMrCuRVznTg72qSofo6kDpVGnXKqOl/80Yt+J3gNUuMw1PnjE/PUkmVPjfYQWNEWaiu3pEb9DaqG4ZD3DQZZIb0GCF/geIKmZYaRE2sIaAMoSbwMjhxEabVHtWJoMfldN/qtz09beGRvWcywz/WcPnWCCxBhkWojfNhN7hrQ="
117
install:
128
- "pip install -e .[tests,release]"
139
script:
1410
- "pylama"
1511
- "pytest --cov-report="
1612
after_success:
1713
- "coveralls"
18-
- "python setup.py publish"
14+
- "python setup.py publish" # needs PYPI_USERNAME, PYPI_PASSWORD, GH_TOKEN

0 commit comments

Comments
 (0)