diff --git a/.travis.yml b/.travis.yml index bfd404d..630c4a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ install: script: - msnpy --help - - pytest --cov=./ + - pytest --cov=dimspy tests/ after_script: - codecov