Skip to content

Commit 66a7e18

Browse files
committed
tests: fixing deployment variables
Signed-off-by: Romain Beuque <[email protected]>
1 parent 140faef commit 66a7e18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ script:
1717
- 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 -
1818
deploy:
1919
provider: pypi
20-
user: $pypi.user
21-
password: $pypi.password
20+
user: $pypiUser
21+
password: $pypiPassword
2222
distributions: "sdist bdist_wheel"
2323
on:
2424
branch: master

0 commit comments

Comments
 (0)