Skip to content

Commit e67609f

Browse files
authored
Update .travis.yml
1 parent e96dfd4 commit e67609f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ addons:
1414
- libsuitesparse-dev
1515
- ccache
1616
- libmpc-dev
17-
before_install: pip install --upgrade pip setuptools six wheel
17+
before_install: pip install --upgrade --only-binary=numpy numpy pip setuptools six wheel
1818
jobs:
1919
include:
2020
- install: true
2121
script: pip install tensorflow
2222
- name: Build
23-
install: pip install --only-binary=numpy pytest-cov -r requirements.txt
23+
install: pip install pytest-cov -r requirements.txt
2424
script:
2525
- pytest --doctest-modules --ignore=project_euler/ --cov-report=term-missing:skip-covered --cov=. .
2626
allow_failures:

0 commit comments

Comments
 (0)