Browse Source

Speedup numpy installation on travis

feature/load_slices
Ruben Verweij 7 years ago
parent
commit
cf8f241dfa
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .travis.yml

+ 2
- 0
.travis.yml View File

@ -17,6 +17,8 @@ python:
- "3.7-dev" # 3.7 development branch
- "nightly" # currently points to 3.7-dev
install:
- pip install --upgrade pip setuptools wheel
- pip install --only-binary=numpy numpy
- pip install -r requirements.txt
- pip install codeclimate-test-reporter coverage

Loading…
Cancel
Save