File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -13,4 +13,5 @@ install:
1313 - " pip install --upgrade setuptools pip"
1414 - " pip install -r requirements_test.txt"
1515 - " pip install ."
16- script : pytest --flake8 -v
16+ script :
17+ - pytest --flake8 -v
Original file line number Diff line number Diff line change 1- pytest==4.6.5
1+ mypy==0.720
2+ pytest==5.0.1
23pytest-flake8==1.0.4
34pytest-localserver==0.5.0
Original file line number Diff line number Diff line change 22test =pytest
33[tool:pytest]
44flake8-max-line-length = 80
5- flake8-ignore = E402 F401 W504
5+ flake8-ignore = E402 F401 W504 E121 E125
Original file line number Diff line number Diff line change 2828 'Topic :: Internet :: WWW/HTTP' ,
2929 'Topic :: Multimedia :: Graphics' ,
3030 'Topic :: Scientific/Engineering :: Information Analysis' ,
31- 'Programming Language :: Python :: 2.7' ,
3231 'Programming Language :: Python :: 3' ,
3332 'Development Status :: 4 - Beta' ,
3433 ],
4948 'sphinx_rtd_theme>=0.2.4'
5049 ],
5150 'gcp' : [
52- 'google>=2.0' ,
51+ 'google-auth>=1.6' ,
52+ 'google-oauth>=1.0' ,
5353 ]
5454 },
5555 tests_require = [
56- 'pytest>=4.6' ,
56+ 'mypy>=0.7' ,
57+ 'pytest>=5.0' ,
5758 'pytest-localserver>=0.5' ,
5859 'pytest-flake8>=1.0' ,
5960 'tox>=3.13' ,
You can’t perform that action at this time.
0 commit comments