Skip to content

Commit

Permalink
tests: fixing deployment variables
Browse files Browse the repository at this point in the history
Signed-off-by: Romain Beuque <[email protected]>
  • Loading branch information
rbeuque74 committed Dec 14, 2018
1 parent 140faef commit 66a7e18
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 @@ -17,8 +17,8 @@ script:
- python setup.py sdist bdist_wheel && pip install dist/ovh-*.tar.gz && cd /tmp && python -c 'import ovh; ovh.Client("ovh-eu").get("/auth/time", _need_auth=False)' && cd -
deploy:
provider: pypi
user: $pypi.user
password: $pypi.password
user: $pypiUser
password: $pypiPassword
distributions: "sdist bdist_wheel"
on:
branch: master
Expand Down

0 comments on commit 66a7e18

Please sign in to comment.