summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2019-05-10 11:24:14 -0700
committerTodd Gamblin <tgamblin@llnl.gov>2019-05-10 13:13:44 -0700
commit54920d100a1d69ef9f6b9b2b54f61e5a95bf3812 (patch)
tree5d94d38e9e2bfa5f88f598476c2fdce054ebfc57 /.travis.yml
parentdcbe798ca7c193a7cb1aaa3561fc6708bb77e2f9 (diff)
downloadspack-54920d100a1d69ef9f6b9b2b54f61e5a95bf3812.tar.gz
spack-54920d100a1d69ef9f6b9b2b54f61e5a95bf3812.tar.bz2
spack-54920d100a1d69ef9f6b9b2b54f61e5a95bf3812.tar.xz
spack-54920d100a1d69ef9f6b9b2b54f61e5a95bf3812.zip
enable coverage for python 2.6 unit tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e506712464..de848cc742 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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