enable coverage for python 2.6 unit tests
This commit is contained in:
parent
dcbe798ca7
commit
54920d100a
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ jobs:
|
|||
sudo: required
|
||||
os: linux
|
||||
language: python
|
||||
env: TEST_SUITE=unit
|
||||
env: [ TEST_SUITE=unit, COVERAGE=true ]
|
||||
- python: '2.7'
|
||||
sudo: required
|
||||
os: linux
|
||||
|
|
Loading…
Reference in a new issue