Skip to content

Commit 3698de5

Browse files
committed
Run static checks in Travis
1 parent c28d0ae commit 3698de5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ python:
88
- '3.8'
99
install: pip install 'tox-travis ~= 0.12.0'
1010
script: tox
11+
jobs:
12+
include:
13+
- name: Static Analysis
14+
python: '3.8'
15+
script: tox -e static
1116
deploy:
1217
provider: pypi
1318
user: __token__

0 commit comments

Comments
 (0)