From 48d4cf04c47c9e8400ab8a2ba1d68cfa000604e9 Mon Sep 17 00:00:00 2001
From: jlaura <jlaura@asu.edu>
Date: Mon, 4 Dec 2017 20:55:00 -0700
Subject: [PATCH] Update .travis.yml

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

diff --git a/.travis.yml b/.travis.yml
index ba9487b..5a6ca8c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,7 +29,7 @@ before_install:
   # Useful for debugging any issues with conda
   - conda info -a
   # Create the env
-  - conda create -q -n test python=$PYTHON_VERSION
+  - conda create -q -n test python="$PYTHON_VERSION"
   - source activate test
   
 install:
@@ -49,7 +49,7 @@ after_success:
   - coveralls
   - conda install conda-build anaconda-client
   - conda config --set anaconda_upload yes
-  - conda build --token $CONDA_UPLOAD_TOKEN --python $PYTHON_VERSION recipe
+  - conda build --token $CONDA_UPLOAD_TOKEN --python "$PYTHON_VERSION" recipe
 
 notifications:
   webhooks:
-- 
GitLab