Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
senpy
senpy
Commits
7eaf3031
Commit
7eaf3031
authored
Feb 17, 2017
by
J. Fernando Sánchez
Browse files
Added coverage tests
parent
b4ca5f4a
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7eaf3031
...
...
@@ -28,8 +28,8 @@ stages:
-
source .venv/$PYTHON_VERSION/bin/activate
-
pip install --use-wheel -r requirements.txt
-
pip install --use-wheel -r test-requirements.txt
-
py
thon setup.py test
-
py
.test --cov=senpy --cov-report term-missing
test-3.5
:
<<
:
*test_definition
image
:
"
python:3.5"
...
...
test-requirements.txt
View file @
7eaf3031
pytest
mock
pytest-cov
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment