From 2e19a60d461b77b96f5724b25cc5a0725a64670f Mon Sep 17 00:00:00 2001
From: jlaura <jlaura@asu.edu>
Date: Sun, 14 Jan 2018 13:57:24 -0700
Subject: [PATCH] Update appveyor.yml

---
 appveyor.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml
index 60fb3fc..b6bc8d6 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -21,8 +21,8 @@ install:
   - cmd: call %PYTHON%
   - cmd: conda config --set always_yes yes --set changeps1 no
   - cmd: conda update -q conda
-  - cmd: conda create -q -n test python=%PYTHON_VERSION%
-  - cmd: source activate test
+  - cmd: conda create -q -n test_env python=%PYTHON_VERSION%
+  - cmd: activate test_env
   - cmd: conda config --add channels conda-forge
   - cmd: conda install -c conda-forge pvl protobuf gdal numpy pandas sqlalchemy pyyaml networkx affine h5py scipy
   - cmd: conda install conda-build anaconda-client pytest-cov
@@ -37,6 +37,6 @@ test_script:
   - cmd: pytest plio/
 
 on_success:
-  - cmd: source deactivate
+  - cmd: deactivate
   - cmd: conda config --set anaconda_upload yes
   - cmd: conda build --token %CONDA_UPLOAD_TOKEN% .
-- 
GitLab