diff --git a/.travis.yml b/.travis.yml index a5acde8..a2e5628 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ before_install: - pip install -U pytest - pip install pytest pytest-cov script: + - cd tests - pytest --cov=./ after_success: - python -m codecov