Skip to content

Commit

Permalink
Setting PyPi password
Browse files Browse the repository at this point in the history
  • Loading branch information
ch-t committed Sep 7, 2018
1 parent ce0e9a9 commit b27d11e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ stages:
if: tag IS present
language: python
python:
- "2.6"
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- '2.6'
- '2.7'
- '3.4'
- '3.5'
- '3.6'
install:
- pip install pep8
- pip install pep8
before_script:
- pep8 .
- pep8 .
script:
- python setup.py -q install
- python setup.py -q install
jobs:
include:
- stage: deploy
Expand All @@ -30,4 +30,4 @@ jobs:
distributions: sdist bdist_wheel
user: reportportal
password:
secure: <PyPI password encrypted using "gem install travis && travis encrypt --add deploy.password">
secure: r464kwpTXfws7uEEeF70GlJV5YBGqmDDMFSKd3uhlSOK3GDQNQH9q+tMd1OlpHegUaEQ26nnuO0kXqpYrOSiAy8L03WTqhT840I6Y9MYCG/yarrGHs+7L4cF4iQTiUewBuaNO6uwtWBssa9I4mcV6QuRt4zYDzKFGtP6BGm6MAb0IBRNr0cthjbcVajeO91qmTl9TPKHWXRlXhcLqThDshkO/NhOsjJJzMxCMEycjCFM/MywpIOZkgR2YWkiSazMjb9KUVQFCGxl+vnCHFwHhvn/igNNLCUq2dR5r8JQ4HX08uefQSycZBXGEQJ4C3X08VfBk5PKUNOpBR+puYfgKG+UTQl/Z39BDXOVDC47OjP6gI1tcJnpIRlWjYjWU8yXqnkBN28BOycqTB8ewYnq0ni2Cys4AD4IXaPWxmdYJGlxxpLGN1UYzPINi5S6yRzelo0krOg7VEocw/kRC1Cz0hZTN1YdzIsw3GAcadSOEAi2LeUaKqtox9s/eLmkDvZEInWADuW9ofEyMyVi+8pV0CvjhMJ9cn3fBDaVRcotPcPlmZFJdCxEH5X21svSuj7REIu2Uee+pZlqEBuYLZaICVTgG3431xeWRTsaHR9r4+xFnrr6t+xnEdFF45ZcBluX02v/ACtMTZaRJIBh/FyozEkHa84Uujpyuv8hZud9X4Q=

0 comments on commit b27d11e

Please sign in to comment.