1
0
mirror of https://github.com/pyro2927/SouthwestCheckin.git synced 2025-12-06 01:13:19 +00:00
Files
SouthwestCheckin/.travis.yml
2019-02-16 14:17:43 -08:00

8 lines
136 B
YAML

dist: xenial
language: python
python:
- "2.7.15"
- "3.7.1"
script:
- pytest
- pycodestyle checkin.py --show-source --ignore=E501