Skip to content
Snippets Groups Projects
Unverified Commit d4cae369 authored by Quoc-Tuan Truong's avatar Quoc-Tuan Truong Committed by GitHub
Browse files

Update config.yml

parent 2dc005c5
No related branches found
No related tags found
No related merge requests found
...@@ -14,11 +14,12 @@ jobs: ...@@ -14,11 +14,12 @@ jobs:
- restore_cache: - restore_cache:
key: deps9-{{ .Branch }} key: deps9-{{ .Branch }}
- run: - run:
name: Install dependencies
no_output_timeout: 30m
command: | command: |
sudo pip install --upgrade pip sudo pip install --upgrade pip
sudo pip install --only-binary=numpy,scipy numpy scipy pytest pytest-cov codecov sudo pip install --only-binary=numpy,scipy numpy scipy pytest pytest-cov codecov
sudo pip install -e .[tests] sudo pip install -e .[tests]
no_output_timeout: 30m
- save_cache: - save_cache:
key: deps9-{{ .Branch }} key: deps9-{{ .Branch }}
paths: paths:
...@@ -26,6 +27,8 @@ jobs: ...@@ -26,6 +27,8 @@ jobs:
- "/usr/local/bin" - "/usr/local/bin"
- "/usr/local/lib/python3.6/site-packages" - "/usr/local/lib/python3.6/site-packages"
- run: - run:
name: Run tests
no_output_timeout: 30m
command: | command: |
python -m pytest --cov=cornac python -m pytest --cov=cornac
codecov || echo "codecov failed" codecov || echo "codecov failed"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment