mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-24 20:36:23 +02:00
update readme
This commit is contained in:
parent
07f2c50f3b
commit
e8cafdbe06
1 changed files with 3 additions and 3 deletions
|
|
@ -171,13 +171,13 @@ print(m_load)
|
|||
|
||||
New way of running tests is using coverage:
|
||||
|
||||
Ensure nose and coverage is installed:
|
||||
Ensure pytest and coverage is installed:
|
||||
|
||||
pip install nose coverage
|
||||
pip install pytest
|
||||
|
||||
Run nosetests from root directory of repository:
|
||||
|
||||
coverage run travis_tests.py
|
||||
python travis_tests.py
|
||||
|
||||
Create coverage report in htmlcov/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue