We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b99597 commit 140faefCopy full SHA for 140faef
.travis.yml
@@ -14,7 +14,7 @@ install:
14
- pip install -e .[dev]
15
script:
16
- nosetests
17
- - 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)'
+ - 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 -
18
deploy:
19
provider: pypi
20
user: $pypi.user
@@ -23,6 +23,7 @@ deploy:
23
on:
24
branch: master
25
tags: true
26
+ python: '3.6'
27
after_success:
28
coveralls
29
sudo: false
0 commit comments