From afdd8eb51abf65b30c2ff17d9e2dfc3c0b89ef4b Mon Sep 17 00:00:00 2001 From: Paul Natsuo Kishimoto Date: Wed, 10 Aug 2016 12:38:59 -0400 Subject: [PATCH] build debug 2 (#19) --- .travis.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index f804726..04f938a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,8 +16,6 @@ env: - GAMS_API=api before_install: - - ls - - pwd # Install Miniconda - wget -N $MINICONDA_URL -P $HOME/.cache/ - bash $HOME/.cache/Miniconda3-latest-Linux-x86_64.sh -b -f -p $HOME/miniconda @@ -27,10 +25,14 @@ before_install: - conda update -q conda - conda info -a # Install GAMS - - wget -N $GAMS_URL -P .cache/gams/$GAMS/ - - unzip -q .cache/gams/$GAMS/*.exe -d $HOME/gams + - wget -N $GAMS_URL -P $HOME/.cache/gams-$GAMS/ + - unzip -q $HOME/.cache/gams-$GAMS/*.exe -d $HOME/gams - export PATH="$HOME/gams:$PATH" - - gamsinst -a + - $HOME/gams/gamsinst -a + # Debug + - ls -a + - echo $HOME + - pwd install: # Prepare the Anaconda environment @@ -46,7 +48,7 @@ install: cache: directories: - $HOME/.cache - - $HOME/miniconda + - $HOME/miniconda/pkgs script: py.test gdx --cov=gdx