Loading .travis.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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: Loading Loading
.travis.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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: Loading