From 54920d100a1d69ef9f6b9b2b54f61e5a95bf3812 Mon Sep 17 00:00:00 2001
From: Todd Gamblin <tgamblin@llnl.gov>
Date: Fri, 10 May 2019 11:24:14 -0700
Subject: [PATCH] enable coverage for python 2.6 unit tests

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab