Browse Source

added coverage to tests

Daniel Roesler 9 years ago
parent
commit
1bda17f176
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -7,4 +7,5 @@ python:
   - "3.4"
   - "3.4"
   - "3.5"
   - "3.5"
   - "nightly"
   - "nightly"
-script: python -m unittest tests
+install: pip install coveralls
+script: coverage run -m unittest tests