Skip to content

Commit 7f4c5b3

Browse files
committed
remove numpy before re-installing dependencies
1 parent a6d7cbe commit 7f4c5b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ before_install:
3939
- set -e
4040

4141
install:
42+
- pip uninstall -y numpy # Avoid https://travis-ci.org/github/kernc/backtesting.py/jobs/704292730
4243
- pip install -U --pre .[test]
4344

4445
script:

0 commit comments

Comments
 (0)