From 4cd2b9a355f6f1dfab9523eb41663bbe8621ad8f Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Fri, 17 Jan 2020 02:15:06 +0100 Subject: [PATCH] Apparently this one variable is needed --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5408b8eb..324e27a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,7 @@ matrix: - python: 3.7 env: - TOXENV=cov-py37 + - JEDI_TEST_ENVIRONMENT=37 # For now ignore pypy, there are so many issues that we don't really need # to run it. #- python: pypy