Skip to content

Commit

Permalink
Merge 20c3c97 into 564b7ca
Browse files Browse the repository at this point in the history
  • Loading branch information
hootnot committed Feb 29, 2016
2 parents 564b7ca + 20c3c97 commit 337ae70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
@@ -1,6 +1,10 @@
language: python
python:
- '2.7'
# - '3.2' Gives an error in coverage module itself
- '3.3'
- '3.4'
- '3.5'
install:
- pip install coveralls
script:
Expand Down
2 changes: 1 addition & 1 deletion postcodepy/postcodepy.py
Expand Up @@ -222,7 +222,7 @@ def __init__(self, exceptionId, response_data=None):


# ----------------------------------------------------------------------
if __name__ == "__main__":
if __name__ == "__main__": # pragma: no cover
import sys
import os
# First and third are OK, the 2nd is not OK and raises an Exception
Expand Down

0 comments on commit 337ae70

Please sign in to comment.