Skip to content

Commit

Permalink
'androidtv' -> 'aio_androidtv' in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffLIrion committed May 8, 2020
1 parent c1319c0 commit ca9d05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,6 +6,6 @@ install:
- pip install .
- pip install flake8 pylint coveralls
script:
- flake8 androidtv/ && pylint androidtv/ && coverage run --source androidtv setup.py test
- flake8 aio_androidtv/ && pylint aio_androidtv/ && coverage run --source aio_androidtv setup.py test
after_success:
- coveralls

0 comments on commit ca9d05f

Please sign in to comment.