Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 24379ff

Browse files
committed
Remove linting as the number of errors make it useless.
1 parent 46fd601 commit 24379ff

File tree

4 files changed

+0
-129
lines changed

4 files changed

+0
-129
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ script:
1818

1919
env:
2020
- TOXENV=py27
21-
- TOXENV=lint
2221

2322
after_success:
2423
- tox -e coveralls

pylintrc

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

run_pylint.sh

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

tox.ini

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,3 @@ commands =
2727
deps =
2828
{[testenv:cover]deps}
2929
coveralls
30-
31-
[testenv:lint]
32-
basepython =
33-
python2.7
34-
commands =
35-
./run_pylint.sh
36-
deps =
37-
-ehg+https://bitbucket.org/logilab/pylint@33e334be064c#egg=pylint
38-
logilab-common<=0.63.0 # Hack for pylint upstream
39-

0 commit comments

Comments
 (0)