From ccd3b291ea6ad7c0a3fdf52adb42d95907e6da1b Mon Sep 17 00:00:00 2001
From: Jay <jlaura@asu.edu>
Date: Mon, 4 Dec 2017 19:25:40 -0700
Subject: [PATCH] travis python

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

diff --git a/.travis.yml b/.travis.yml
index bd8b57e..0ffc914 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,7 +31,7 @@ before_install:
 
 install:
   # Create the env
-  - conda create --yes -n test python=$TRAVIS_PYTHON_VERSION
+  - conda create --yes -n test python=$PYTHON_VERSION
   - source activate test
 
   - conda config --add channels conda-forge
-- 
GitLab