7 lines
133 B
YAML
7 lines
133 B
YAML
language: python
|
|
sudo: false
|
|
python:
|
|
- "3.4"
|
|
script:
|
|
- pip install flake8
|
|
- travis_wait 20 python -m flake8 --config=.flake8 .
|