diff --git a/.travis.yml b/.travis.yml index 116b302737a2..c3023d67e66d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ before_install: install: - pip wheel -w $HOME/.wheelhouse -f $HOME/.wheelhouse . - pip install --find-links=$HOME/.wheelhouse --no-index . - - pip install --find-links=$HOME/.wheelhouse --no-index -r dev-reqs.txt + - pip install -r dev-reqs.txt - cd caravel/assets - npm --version - npm install