Skip to content

Commit

Permalink
linked coveralls to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jarvisteach committed Dec 23, 2016
1 parent 3960ec7 commit 8b2ca44
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
@@ -1,9 +1,6 @@
language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
env:
- PYTHONPATH=.
Expand All @@ -20,6 +17,4 @@ before_script:
script: python3 tests/test1.py

after_success:
- if [[ $ENV == python=3.5* ]]; then
coveralls;
fi
- coveralls

0 comments on commit 8b2ca44

Please sign in to comment.