mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-21 15:52:28 +00:00
Added coverage tests
This commit is contained in:
parent
b4ca5f4a7c
commit
7eaf303124
@ -28,8 +28,8 @@ stages:
|
|||||||
- source .venv/$PYTHON_VERSION/bin/activate
|
- source .venv/$PYTHON_VERSION/bin/activate
|
||||||
- pip install --use-wheel -r requirements.txt
|
- pip install --use-wheel -r requirements.txt
|
||||||
- pip install --use-wheel -r test-requirements.txt
|
- pip install --use-wheel -r test-requirements.txt
|
||||||
- python setup.py test
|
- py.test --cov=senpy --cov-report term-missing
|
||||||
|
|
||||||
test-3.5:
|
test-3.5:
|
||||||
<<: *test_definition
|
<<: *test_definition
|
||||||
image: "python:3.5"
|
image: "python:3.5"
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
pytest
|
pytest
|
||||||
mock
|
mock
|
||||||
|
pytest-cov
|
||||||
|
Loading…
Reference in New Issue
Block a user