File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ install:
2020 - pip install -e .[dev]
2121script :
2222 - nosetests
23+ - coverage report -m
2324 - 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 -
2425deploy :
2526 provider : pypi
Original file line number Diff line number Diff line change @@ -39,18 +39,18 @@ exclude =
3939
4040[options.extras_require]
4141dev =
42- coverage>=5.0.3
42+ coverage ==5.5
4343 mock ==1.0.1
44- nose ==1.3.3
44+ nose ==1.3.7
4545 yanc ==0.2.4
4646 Sphinx ==1.2.2
47- coveralls ==0.4.4
47+ coveralls ==3.2.0
4848 setuptools>=30.3.0
4949 wheel
5050test =
51- coverage>=5.0.3
51+ coverage ==5.5
5252 mock ==1.0.1
53- nose ==1.3.3
53+ nose ==1.3.7
5454 yanc ==0.2.4
5555
5656[test]
You can’t perform that action at this time.
0 commit comments