Browse Source

need to install coverage before running CI tests

kmpm 8 years ago
parent
commit
d48462c403
2 changed files with 2 additions and 1 deletions
  1. 1 1
      .travis.yml
  2. 1 0
      test_requirements.txt

+ 1 - 1
.travis.yml

@@ -3,7 +3,7 @@ python:
   - "2.7"
 
 # command to install dependencies
-#install: "pip install -r requirements.txt"
+install: "pip install -r test_requirements.txt"
 
 # command to run tests
 script:

+ 1 - 0
test_requirements.txt

@@ -0,0 +1 @@
+coverage==4.0.3