-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
global: travis.yml addition #6
global: travis.yml addition #6
Conversation
51fa2a7
to
282fb9b
Compare
282fb9b
to
2f77da5
Compare
|
||
script: | ||
- sphinx-build -qnNW docs docs/_build/html | ||
- python setup.py test -a "tests --cov-config .coveragerc --cov kwalitee --cov-report term-missing" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move "tests --cov-config .coveragerc --cov kwalitee --cov-report term-missing"
correctly to pytest.ini
(see invenio-tags/pytest.ini)
0e46563
to
d3f2d44
Compare
@jirikuncar I think that we can merge and create a issue for code coverage and investigate |
@@ -0,0 +1,5 @@ | |||
[tox] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing license
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done! :)
* Adds a fresh .travis.yml file. (closes inveniosoftware-attic#5) * Configures Sphinx to generate docs. Signed-off-by: Leonardo Rossi <leonardo.r@cern.ch>
d3f2d44
to
69df130
Compare
[pytest] | ||
addopts = --clearcache --pep8 --ignore=docs --cov=invenio_knowledge --cov-report=term-missing | ||
pep8ignore = | ||
tests/* ALL) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tests/* ALL)
or tests/* ALL
?
69df130
to
ba709a9
Compare
Changes Unknown when pulling ba709a9 on hachreak:005_travis_yml into * on inveniosoftware:master*. |
Changes Unknown when pulling ba709a9 on hachreak:005_travis_yml into * on inveniosoftware:master*. |
Signed-off-by: Leonardo Rossi leonardo.r@cern.ch