Browse Source

Don't run pylint on travis

rafalp 6 years ago
parent
commit
a68afb8c48
1 changed files with 2 additions and 4 deletions
  1. 2 4
      .travis.yml

+ 2 - 4
.travis.yml

@@ -20,8 +20,6 @@ jobs:
       python: 3.6
       install:
         - pip install -U pip setuptools
-        - python setup.py install
-        - pip install black pylint pylint-django
+        - pip install black
       script:
-        - black --check devproject misago
-        - pylint misago
+        - black --check devproject misago