From 5d8806dafb7254bfc4f07ad3b341ba2caea2e3c9 Mon Sep 17 00:00:00 2001 From: Jason R Laura <jlaura@hemis.wr.usgs.gov> Date: Wed, 8 Jun 2016 14:46:04 -0700 Subject: [PATCH] Added the anaconda-client to the travis build reqs. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 15590d0..a976696 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,8 +45,8 @@ install: - conda install nose coverage - pip install coveralls - # Install sh to support upload to Anaconda - - pip install sh + # Install sh and binstar to support upload to Anaconda + - conda install sh anaconda-client script: - nosetests --with-coverage --cover-package=plio -- GitLab