Skip to content

Commit

Permalink
Git ignore and enable coverage in new travis file.
Browse files Browse the repository at this point in the history
  • Loading branch information
montegoode committed Feb 16, 2017
1 parent af1844b commit 30d0585
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ tests/.cache
.env
arborq.egg*
.cache
.coverage

7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ python:
install:
- pip install -U pip
- pip install pytest
- pip install pytest-coverage
- pip install coveralls
- python setup.py develop
script:
- py.test tests
# - ./venv/bin/pip install coveralls
- py.test --cov tests
after_success:
# - ./venv/bin/coveralls
- coveralls
notifications:
slack:
matrix:
Expand Down

0 comments on commit 30d0585

Please sign in to comment.