From a2d4fca3c6474861a1d8b66cf9234bb2583d400f Mon Sep 17 00:00:00 2001
From: Jeremy Fee <jmfee@usgs.gov>
Date: Wed, 21 Oct 2020 16:15:05 -0600
Subject: [PATCH] Try deactivating travis environment

---
 .travis.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 7a75700e..9409d1dc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,8 +13,9 @@ install:
   - conda update --yes conda
   - conda info -a
 script:
-  # point pipenv to conda
-  - export PIPENV_PYTHON=$HOME/miniconda/bin/python
+  # use conda
+  - source ~/virtualenv/python3.7/bin/deactivate
+  - source $HOME/miniconda/bin/activate base
   # pass PYTHON_VERSION to check code script
   - export PYTHON_VERSION=$TRAVIS_PYTHON_VERSION
   # run linting and tests
-- 
GitLab