Skip to content

Commit

Permalink
X
Browse files Browse the repository at this point in the history
  • Loading branch information
alehander92 committed Mar 7, 2016
1 parent b1608db commit ecfb453
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
@@ -1,4 +1,9 @@
language: python
python:
- "3.2"
script: python -m unittest discover tests
- "3.4"
script: coverage run -m unittest discover tests
before_install:
- pip install codecov
- pip install coverage
after_success:
- codecov

0 comments on commit ecfb453

Please sign in to comment.