From 53efc1aa8201569449ddf0c2ab5c96a61d616332 Mon Sep 17 00:00:00 2001 From: Max Zwiessele Date: Sun, 13 Sep 2015 22:29:22 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 35f53c91..b2b8b52a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,10 +54,10 @@ before_install: bash $MINCONDA_CACHE_FILE -b -p $MINICONDA_INSTALL; fi; - export PATH="$MINICONDA_INSTALL/bin:$PATH" - -install: - conda install --yes python=$PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six; - python -V + +install: - pip install --upgrade . before_script: