proxstar/.travis.yml

9 lines
142 B
YAML
Raw Normal View History

2019-10-31 20:02:28 +00:00
language: python
python:
- "3.6"
install:
- "pip install -r requirements.txt"
script:
2019-11-01 21:35:51 +00:00
- "pylint --load-plugins pylint_quotes proxstar"