Skip to content

Commit

Permalink
Add travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Leckey committed Aug 30, 2013
1 parent 1a8e538 commit 4f1c503
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
!.editorconfig
!.gitattributes
!.gitignore
!.travis*

# Python
*.pyc
Expand Down
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: python
python:
- '3.3'

install:
- 'travis_retry pip install -e . --use-mirrors'
- 'travis_retry pip install coveralls --use-mirrors'

script: 'py.test --pep8 --cov hocr'

after_success: 'coveralls'
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
description=meta.description,
author='Concordus Applications',
author_email='[email protected]',
url='https://github.com/concordusapps/python-hocr',
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 4f1c503

Please sign in to comment.