Add Flake8 requirement for Python 2.6 and 3.3

This commit is contained in:
micbou 2016-12-06 22:30:19 +01:00
parent 85922ba1a9
commit 3033203ca5
No known key found for this signature in database
GPG Key ID: C7E8FD1F3BDA1E05

View File

@ -1,8 +1,10 @@
flake8>=2.0 # Flake8 3.x dropped support of Python 2.6 and 3.3
mock>=1.0.1 flake8 < 3.0.0; python_version == '2.6' or python_version == '3.3'
nose>=1.3.7 flake8 >= 3.0.0; python_version == '2.7' or python_version > '3.3'
PyHamcrest>=1.8.0 mock >= 1.0.1
nose >= 1.3.7
PyHamcrest >= 1.8.0
# This needs to be kept in sync with submodule checkout in # This needs to be kept in sync with submodule checkout in
# third_party/ycmd/third_party # third_party/ycmd/third_party
future==0.15.2 future == 0.15.2
codecov>=2.0.5 codecov >= 2.0.5