Skip to content

Commit 140faef

Browse files
committed
tests: fixing tests and deployment step
Signed-off-by: Romain Beuque <[email protected]>
1 parent 6b99597 commit 140faef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ install:
1414
- pip install -e .[dev]
1515
script:
1616
- 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)'
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)' && cd -
1818
deploy:
1919
provider: pypi
2020
user: $pypi.user
@@ -23,6 +23,7 @@ deploy:
2323
on:
2424
branch: master
2525
tags: true
26+
python: '3.6'
2627
after_success:
2728
coveralls
2829
sudo: false

0 commit comments

Comments
 (0)