Skip to content
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

Merged
merged 1 commit into from
Apr 30, 2015

Conversation

hachreak
Copy link
Contributor

Signed-off-by: Leonardo Rossi leonardo.r@cern.ch

@hachreak hachreak changed the title global: travis.yml added global: travis.yml addition Apr 22, 2015

script:
- sphinx-build -qnNW docs docs/_build/html
- python setup.py test -a "tests --cov-config .coveragerc --cov kwalitee --cov-report term-missing"
Copy link
Contributor

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)

@jirikuncar jirikuncar modified the milestone: v0.1.0 Apr 27, 2015
@hachreak hachreak force-pushed the 005_travis_yml branch 12 times, most recently from 0e46563 to d3f2d44 Compare April 29, 2015 12:41
@hachreak
Copy link
Contributor Author

@jirikuncar I think that we can merge and create a issue for code coverage and investigate bibsort problems on invenio initialization (if it's a true issue for us or not).
What do you think about that?

@@ -0,0 +1,5 @@
[tox]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing license

Copy link
Contributor Author

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>
[pytest]
addopts = --clearcache --pep8 --ignore=docs --cov=invenio_knowledge --cov-report=term-missing
pep8ignore =
tests/* ALL)
Copy link
Contributor

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?

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling ba709a9 on hachreak:005_travis_yml into * on inveniosoftware:master*.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling ba709a9 on hachreak:005_travis_yml into * on inveniosoftware:master*.

@jirikuncar jirikuncar merged commit ba709a9 into inveniosoftware-attic:master Apr 30, 2015
@hachreak hachreak deleted the 005_travis_yml branch April 30, 2015 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

global: add travis configuration file
3 participants