Skip to content

Commit ebaa043

Browse files
committed
Use fresh pylint on travis
1 parent b962f96 commit ebaa043

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,11 @@ after_success:
5151
jobs:
5252
include:
5353
- <<: *static_analysis
54-
<<: *python36
5554
name: "PyLint"
5655
install:
5756
- *upgrade_python_toolset
5857
- *install_deps
59-
- pip install --upgrade "pylint < 2.0"
58+
- pip install --upgrade pylint
6059
script:
6160
- pylint sqlalchemy_jsonfield
6261
- <<: *static_analysis

0 commit comments

Comments
 (0)