Skip to content

Commit aa6e290

Browse files
committed
test(pylint): change pylint to 2.7
1 parent c1d981a commit aa6e290

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ matrix:
1010
dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)
1111
cache: pip
1212
before_install:
13-
# try a workaround to avoid BlockingIOError on Travis-CI for python 3.7. See
14-
# https://github.com/travis-ci/travis-ci/issues/8920#issuecomment-352767521
15-
- python -c "import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)"
1613
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && openssl aes-256-cbc -K $encrypted_cebf25e6c525_key
1714
-iv $encrypted_cebf25e6c525_iv -in .env.enc -out .env -d || true'
1815
- npm install npm@latest -g

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
envlist = lint, py27, py34, py35, py36, py37
33

44
[testenv:lint]
5-
basepython = python3.7
5+
basepython = python2.7
66
deps = pylint
77
commands = pylint watson_developer_cloud test examples
88

0 commit comments

Comments
 (0)