Skip to content

Commit

Permalink
Run static checks in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtucker committed Feb 19, 2020
1 parent c28d0ae commit 3698de5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ python:
- '3.8'
install: pip install 'tox-travis ~= 0.12.0'
script: tox
jobs:
include:
- name: Static Analysis
python: '3.8'
script: tox -e static
deploy:
provider: pypi
user: __token__
Expand Down

0 comments on commit 3698de5

Please sign in to comment.