Skip to content

Commit

Permalink
fix travis error
Browse files Browse the repository at this point in the history
  • Loading branch information
ita9naiwa committed Jun 8, 2019
1 parent ec0c0a3 commit 09cfdce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ before_install:
PY=python3
fi
fi
- travis_wait travis_retry $PIP uninstall numpy -y

install:
- travis_wait travis_retry $PIP install -r requirements.txt --ignore-installed flake8 isort cpplint annoy
- travis_wait travis_retry $PIP install -r requirements.txt --ignore-installed flake8 isort cpplint annoy
- travis_retry $PIP install -e .

script:
Expand Down

0 comments on commit 09cfdce

Please sign in to comment.