File tree Expand file tree Collapse file tree 3 files changed +3
-80
lines changed
Expand file tree Collapse file tree 3 files changed +3
-80
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ language: python
22sudo : false
33matrix :
44 include :
5- - python : 3.5
5+ - python : 3.6
66 env : TOXENV=lint
77 - python : 3.6
88 env : TOXENV=docs
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -70,20 +70,14 @@ deps =
7070commands = make -C docs html
7171
7272[testenv:lint]
73- basepython = python3.5
73+ basepython = python3.6
7474commands =
75- python setup.py check --metadata --restructuredtext --strict
7675 flake8 \
7776 --import-order-style =google \
7877 --application-import-names =" google,tests,system_tests" \
7978 google tests
80- gcp-devrel-py-tools run-pylint \
81- --config pylint.config.py \
82- --library-filesets google \
83- --test-filesets tests system_tests
79+ python setup.py check --metadata --restructuredtext --strict
8480deps =
8581 flake8
8682 flake8-import-order
87- pylint
8883 docutils
89- gcp-devrel-py-tools
You can’t perform that action at this time.
0 commit comments