diff --git a/README.md b/README.md index 8cdf6ac1..5df04327 100644 --- a/README.md +++ b/README.md @@ -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/