Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46fd601 commit 24379ffCopy full SHA for 24379ff
.travis.yml
@@ -18,7 +18,6 @@ script:
18
19
env:
20
- TOXENV=py27
21
- - TOXENV=lint
22
23
after_success:
24
- tox -e coveralls
pylintrc
run_pylint.sh
tox.ini
@@ -27,13 +27,3 @@ commands =
27
deps =
28
{[testenv:cover]deps}
29
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