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:
- restore_cache:
key: deps9-{{ .Branch }}
- run:
name: Install dependencies
no_output_timeout: 30m
command: |
sudo pip install --upgrade pip
sudo pip install --only-binary=numpy,scipy numpy scipy pytest pytest-cov codecov
sudo pip install -e .[tests]
no_output_timeout: 30m
- save_cache:
key: deps9-{{ .Branch }}
paths:
......@@ -26,6 +27,8 @@ jobs:
- "/usr/local/bin"
- "/usr/local/lib/python3.6/site-packages"
- run:
name: Run tests
no_output_timeout: 30m
command: |
python -m pytest --cov=cornac
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