Skip to content

Commit

Permalink
Coveralls stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
fp12 committed Jan 2, 2017
1 parent 9ff38a1 commit 54c6a5e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
venv/
*.pyc
.secrets
docs/_build
docs/_build
.coverage
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,11 @@ language: python
python:
- "3.5"
- "3.6"
install: "pip install -r requirements.txt"
script: python ./tests.py
install:
- pip install -r requirements.txt
- pip install coveralls
script:
- python ./tests.py
- coverage run --source=challonge tests.py
after_success:
- coveralls

0 comments on commit 54c6a5e

Please sign in to comment.