Skip to content

Commit 920a347

Browse files
authored
Update .travis.yml
1 parent c19f16e commit 920a347

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ dist: focal
33
language: python
44
python: 3.9
55
cache: pip
6-
before_install: pip install --upgrade pip setuptools six wheel --only-binary=numpy --only-binary=scipy
6+
before_install: pip install --upgrade pip setuptools six wheel
77
jobs:
88
include:
99
- install: true
10-
script: pip install scipy
10+
script: pip install --only-binary=scipy scipy
1111
- install: true
12-
script: pip install statsmodels
12+
script: pip install --only-binary=scipy statsmodels
1313
- install: true
14-
script: pip install tensorflow
14+
script: pip install --only-binary=scipy tensorflow
1515
- name: Build
16-
install: pip install pytest-cov -r requirements.txt
16+
install: pip install --only-binary=numpy --only-binary=scipy pytest-cov -r requirements.txt
1717
script:
1818
- pytest --doctest-modules --ignore=project_euler/ --cov-report=term-missing:skip-covered --cov=. .
1919
allow_failures:

0 commit comments

Comments
 (0)