diff options
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 4ae6c791..14456813 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,5 +12,6 @@ install: build: off test_script: + - "python -m pip install -U flake8" - "python bootstrap.py" - "python setup.py test" |
