Skip to content

Commit

Permalink
Use urllib3 PyPI account for publishing (#1528)
Browse files Browse the repository at this point in the history
  • Loading branch information
theacodes committed Jan 25, 2019
1 parent 4325867 commit a90d3f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ env:
- GAE_SDK_PATH=${HOME}/.cache/google_appengine
- PYTHONWARNINGS=always::DeprecationWarning

- PYPI_USERNAME=shazow
- secure: ... # PYPI_PASSWORD
- PYPI_USERNAME=urllib3
# PYPI_PASSWORD is set in Travis control panel.

matrix:
- TOXENV=flake8-py3
Expand Down

0 comments on commit a90d3f3

Please sign in to comment.