1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-18 12:06:04 +00:00

Run flake8 on AppVeyor

This commit is contained in:
Joseph Frazier 2017-03-08 20:05:23 -05:00
parent e009f0a05b
commit 2fea1f3846

View File

@ -20,4 +20,5 @@ install:
- "%PYTHON%/Scripts/pip.exe install -U -r requirements.txt"
test_script:
- "%PYTHON%/python.exe -m flake8"
- "%PYTHON%/Scripts/py.test.exe -sv"