From 60be9bd694be13caa75b2608f400197ac0f5734c Mon Sep 17 00:00:00 2001 From: jlaura <jlaura@asu.edu> Date: Mon, 4 Dec 2017 21:02:26 -0700 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index be35878..7afe371 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: -- GitLab