Skip to content

Commit 982ceaa

Browse files
author
Jon Wayne Parrott
authored
Drop pylint for the time being. It served us well (#231)
1 parent 673a56e commit 982ceaa

File tree

3 files changed

+3
-80
lines changed

3 files changed

+3
-80
lines changed

packages/google-auth/.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: python
22
sudo: false
33
matrix:
44
include:
5-
- python: 3.5
5+
- python: 3.6
66
env: TOXENV=lint
77
- python: 3.6
88
env: TOXENV=docs

packages/google-auth/pylint.config.py

Lines changed: 0 additions & 71 deletions
This file was deleted.

packages/google-auth/tox.ini

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,20 +70,14 @@ deps =
7070
commands = make -C docs html
7171

7272
[testenv:lint]
73-
basepython = python3.5
73+
basepython = python3.6
7474
commands =
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
8480
deps =
8581
flake8
8682
flake8-import-order
87-
pylint
8883
docutils
89-
gcp-devrel-py-tools

0 commit comments

Comments
 (0)