Skip to content

Commit

Permalink
Fix CI typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle committed Nov 19, 2018
1 parent d5f89ae commit afc16db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit afc16db

Please sign in to comment.