[travis] make unit tests work again

This commit is contained in:
tobi-wan-kenobi 2020-07-21 09:04:50 +02:00
parent b39dba8867
commit d358790c6a

View file

@ -18,7 +18,6 @@ install:
- pip install requests simplejson - pip install requests simplejson
- pip install suntime - pip install suntime
- pip install tzlocal - pip install tzlocal
- pip install taskw
script: script:
- coverage run --source=. -m pytest tests -v - coverage run --source=. -m pytest tests -v
- CODECLIMATE_REPO_TOKEN=40cb00907f7a10e04868e856570bb997ab9c42fd3b63d980f2b2269433195fdf codeclimate-test-reporter - CODECLIMATE_REPO_TOKEN=40cb00907f7a10e04868e856570bb997ab9c42fd3b63d980f2b2269433195fdf codeclimate-test-reporter