Call style-checker tox environment

This commit is contained in:
Joe Moore 2020-05-30 09:40:23 -04:00
parent dffbed8e22
commit ccb1c75f22
1 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,11 @@ install:
script: tox script: tox
matrix: matrix:
include: include:
- os: "linux"
dist: "xenial"
python: "3.8"
script:
- tox -e style
- os: "linux" - os: "linux"
dist: "xenial" dist: "xenial"
python: "3.6" python: "3.6"