1
0
mirror of https://github.com/pyro2927/SouthwestCheckin.git synced 2025-12-06 01:13:19 +00:00

Refactored, added in pycodestyle for linting

This commit is contained in:
pyro2927
2019-02-16 14:17:43 -08:00
parent f2c4019c2f
commit 7a43ff00c8
6 changed files with 104 additions and 90 deletions

View File

@@ -4,4 +4,5 @@ python:
- "2.7.15"
- "3.7.1"
script:
- pytest
- pytest
- pycodestyle checkin.py --show-source --ignore=E501