From 8cfb7682ded2eed2f9d794eec68e0e5f935670c8 Mon Sep 17 00:00:00 2001 From: jlaura <jlaura@asu.edu> Date: Wed, 27 Jul 2016 08:02:55 -0700 Subject: [PATCH] Trying to fix failing travis build. --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 022c662..5d4c074 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,13 +48,9 @@ install: - conda install -c jlaura pvl protobuf # Development installation - - conda install nose coverage + - conda install nose coverage sh anaconda-client - pip install coveralls - # Install sh and binstar to support upload to Anaconda - - conda install -n root conda-build - - conda install sh anaconda-client - # Straight from the menpo team - if [["$TRAVIS_OS_NAME" == "osx"]]; then curl -o condaci.py https://raw.githubusercontent.com/menpo/condaci/v0.4.8/condaci.py; -- GitLab