diff --git a/.travis.yml b/.travis.yml index afaf2e4..6a7915a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,6 @@ install: - pip install pytest-cov - pip install coveralls script: - - pytest --cov=fitbit_client + - pytest tests.py --cov=fitbit_client/ after_success: - coveralls \ No newline at end of file