diff --git a/.travis.yml b/.travis.yml index 323b2c4..7efffca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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