Skip to content

Commit

Permalink
Fix travis for docker image change
Browse files Browse the repository at this point in the history
  • Loading branch information
ammaraskar authored Apr 20, 2020
1 parent 197773b commit 35082eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ language: python
python:
- "3.7"
install:
- pip install -r requirements.txt
- pip install sphinx==2.2.0
- pip install black codecov coverage
script:
- black --check entrypoint.py sphinx_action tests
- coverage run --omit="*/tests*" -m unittest
after_success:
- codecov
- codecov

0 comments on commit 35082eb

Please sign in to comment.