Skip to content

Commit

Permalink
adds coveralls support
Browse files Browse the repository at this point in the history
  • Loading branch information
tyarkoni committed Jan 3, 2016
1 parent 60c5a1e commit 269f16e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ dist
dist/*
*.egg-info
*.iml
.idea
.idea
.coverage
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ before_install:
- sudo apt-get update -qq
- sudo apt-get install -y graphviz
install:
- pip install python-coveralls coverage
- pip install -r requirements.txt
- pip install -r requirements_test.txt
script: nosetests
script: nosetests --with-coverage --with-doctest
after_success:
- coveralls --config_file .coveragerc

0 comments on commit 269f16e

Please sign in to comment.