Skip to content

Commit

Permalink
Fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ammaraskar committed Feb 16, 2020
1 parent d13c86e commit df6eece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ python:
- "3.7"
install:
- pip install -r requirements.txt
- pip install flake8 codecov coverage
- pip install black codecov coverage
script:
- black --check entrypoint.py sphinx_action tests
- coverage run --omit="*/tests*" -m unittest
Expand Down

0 comments on commit df6eece

Please sign in to comment.