Skip to content

Commit

Permalink
Change the coverage target.
Browse files Browse the repository at this point in the history
  • Loading branch information
xethorn committed Dec 22, 2014
1 parent 67aac07 commit 1f5b051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ python:
- "3.4"

install: "pip install -r requirements.txt"
script: "py.test tests/ --cov schema --cov-report term-missing"
script: "py.test tests/ --cov garcon --cov-report term-missing"
after_success:
- coveralls

0 comments on commit 1f5b051

Please sign in to comment.