Skip to content

Commit

Permalink
Ready for Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumin Byeon committed Sep 22, 2014
1 parent 5d9f5b3 commit 01bf637
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
language: python

python:
- "2.6"
- "2.7"
- "3.2"
- "pypy"

install:
- pip install -r requirements.txt --use-mirrors

script:
- py.test tests
- py.test tests --cov base62 --durations=10

after_success:
- coveralls

3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
pytest
pytest-cov
coveralls

0 comments on commit 01bf637

Please sign in to comment.