Skip to content

Commit

Permalink
Fixing path for mypy on Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
tdenewiler committed Mar 18, 2020
1 parent 9f0bf00 commit 317e523
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 @@ -37,7 +37,7 @@ jobs:
python: '3.8'
script:
- statick . --profile self_check.yaml
- mypy --ignore-missing-imports statick_tool/
- mypy --ignore-missing-imports src/
- stage: deploy
python: '3.8'
provider: pypi
Expand Down

0 comments on commit 317e523

Please sign in to comment.