Skip to content
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.

Commit

Permalink
Merge 2e0a854 into ad1195d
Browse files Browse the repository at this point in the history
  • Loading branch information
jbenito3 committed Sep 23, 2015
2 parents ad1195d + 2e0a854 commit 30677ac
Show file tree
Hide file tree
Showing 44 changed files with 883 additions and 812 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -60,6 +60,9 @@ before_script:
- travis_retry pip install kwalitee GitPython --pre # needs recent pep257
- kwalitee check message -s ${TRAVIS_COMMIT_RANGE}
- travis_retry pip install pytest-pep257 # needs older pep257
- travis_retry pip install sphinx
- sphinx-apidoc -f -e -o docs/api/ claimstore
- if [ -n "$(git status -s)" ]; then echo "Mismatch between the output of sphinx-apidoc and the files in docs/api/*. Please, run 'sphinx-apidoc -f -e -o docs/api/ claimstore' and commit/push again." && exit 1; fi

script:
- python setup.py test
Expand Down

0 comments on commit 30677ac

Please sign in to comment.