From 6a32a521ee620d6f9dd1b7b34fb4f0089b448712 Mon Sep 17 00:00:00 2001 From: jlaura <jlaura@asu.edu> Date: Thu, 1 Feb 2018 17:26:55 -0700 Subject: [PATCH] Update .travis.yml --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 55ccfa9..9d3c2a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,8 @@ before_install: install: - conda config --add channels conda-forge - conda install -q gdal h5py pandas sqlalchemy pyyaml networkx affine protobuf scipy pvl - + # For travis/conda uploads + - conda install pip setuptools # Development installation - conda install -q pytest pytest-cov sh -- GitLab