Skip to content

Commit c19f16e

Browse files
authored
Update .travis.yml
1 parent f25086d commit c19f16e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.travis.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,18 @@ cache: pip
66
before_install: pip install --upgrade pip setuptools six wheel --only-binary=numpy --only-binary=scipy
77
jobs:
88
include:
9-
- script: pip install scipy
10-
- script: pip install statsmodels
11-
- script: pip install tensorflow
9+
- install: true
10+
script: pip install scipy
11+
- install: true
12+
script: pip install statsmodels
13+
- install: true
14+
script: pip install tensorflow
1215
- name: Build
1316
install: pip install pytest-cov -r requirements.txt
1417
script:
1518
- pytest --doctest-modules --ignore=project_euler/ --cov-report=term-missing:skip-covered --cov=. .
1619
allow_failures:
17-
- script: pip install scipy
18-
- script: pip install statsmodels
19-
- script: pip install tensorflow
20+
- install: true
2021
after_success:
2122
- scripts/build_directory_md.py 2>&1 | tee DIRECTORY.md
2223
notifications:

0 commit comments

Comments
 (0)