diff --git a/.travis.yml b/.travis.yml index 6fd2f53..ccb0641 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,6 @@ install: - travis_retry pip install -r requirements-dev.txt - travis_retry python setup.py install script: - - coverage run --source descent -m py.test + - coverage run --source tableprint -m py.test after_success: - bash <(curl -s https://codecov.io/bash)