diff options
author | Florian Bruhin <git@the-compiler.org> | 2015-08-20 07:52:02 +0200 |
---|---|---|
committer | Florian Bruhin <git@the-compiler.org> | 2015-08-20 07:52:02 +0200 |
commit | ba636ebbb073a9f2ebc2421891815cf5f1df70e9 (patch) | |
tree | 78b0071d6f251096080c672374b8b6d2dfcdd9ad /.appveyor.yml | |
parent | 543053c8f572f39b99031dc590c39722db1b5210 (diff) | |
download | qutebrowser-ba636ebbb073a9f2ebc2421891815cf5f1df70e9.tar.gz qutebrowser-ba636ebbb073a9f2ebc2421891815cf5f1df70e9.zip |
Don't run pyflakes on AppVeyor.
It's broken and I don't want to fix it.
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index bebd3c0f2..456603a39 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -14,5 +14,4 @@ test_script: - C:\Python34\Scripts\tox -e py34 - C:\Python34\Scripts\tox -e unittests-frozen - C:\Python34\Scripts\tox -e smoke-frozen - - C:\Python34\Scripts\tox -e pyflakes - C:\Python34\Scripts\tox -e pylint |