Skip to content

Commit

Permalink
trying to fix coverage stats; add py26 and pypy to travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
kmike committed Mar 23, 2013
1 parent 9660bb8 commit 611644d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .coveragerc
@@ -1,3 +1,9 @@
[run]
include =
vkontakte/*
omit =
vkontakte/tests.py

[report]
exclude_lines =
def __repr__
Expand Down
2 changes: 2 additions & 0 deletions .travis.yml
@@ -1,6 +1,8 @@
language: python
python:
- "2.6"
- "2.7"
- "pypy"
install:
- pip install -q mock>=0.7.2 --use-mirrors
- pip install -q coveralls --use-mirrors
Expand Down

0 comments on commit 611644d

Please sign in to comment.