Browse Source

print out coverage version

Matthew Wang 12 years ago
parent
commit
52434a35ff
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      .travis.yml

+ 1
- 0
.travis.yml View File

10
 
10
 
11
 before_install:
11
 before_install:
12
     - pip --quiet install coverage
12
     - pip --quiet install coverage
13
+    - coverage --version
13
 
14
 
14
 install:
15
 install:
15
     - python setup.py --quiet install
16
     - python setup.py --quiet install