File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -6,17 +6,18 @@ cache: pip
6
6
before_install : pip install --upgrade pip setuptools six wheel --only-binary=numpy --only-binary=scipy
7
7
jobs :
8
8
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
12
15
- name : Build
13
16
install : pip install pytest-cov -r requirements.txt
14
17
script :
15
18
- pytest --doctest-modules --ignore=project_euler/ --cov-report=term-missing:skip-covered --cov=. .
16
19
allow_failures :
17
- - script : pip install scipy
18
- - script : pip install statsmodels
19
- - script : pip install tensorflow
20
+ - install : true
20
21
after_success :
21
22
- scripts/build_directory_md.py 2>&1 | tee DIRECTORY.md
22
23
notifications :
You can’t perform that action at this time.
0 commit comments