From afc16db276c4a55d48953d8a98060961201335ed Mon Sep 17 00:00:00 2001 From: Jonas Eschle 'Mayou36 Date: Mon, 19 Nov 2018 19:30:26 +0100 Subject: [PATCH] Fix CI typo --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ace6fd8..4b4fbd2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -84,8 +84,8 @@ install: #- pip uninstall pandas -y || echo pandas not installed #- pip install xgboost > tmp.txt && echo "alive" #- pip install -U -r requirements.txt -- pip install git+https://github.com/REPlegacy/rep -U -- pip install .[all] +#- pip install git+https://github.com/REPlegacy/rep -U +- pip install .[all] --process-dependency-links script: #- python -m unittest discover