Skip to content

Commit ebf5b27

Browse files
Nicolas Ledezrbeuque74
authored andcommitted
Nose, coverage, coveralls upgrade to add modern OSX support
1 parent 159cf51 commit ebf5b27

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ install:
2020
- pip install -e .[dev]
2121
script:
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 -
2425
deploy:
2526
provider: pypi

setup.cfg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,18 @@ exclude =
3939

4040
[options.extras_require]
4141
dev =
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
5050
test =
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]

0 commit comments

Comments
 (0)