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 2c34753 commit 1de2683Copy full SHA for 1de2683
.travis.yml
@@ -32,10 +32,10 @@ install:
32
- pip install -U setuptools
33
- pip install -r requirements.txt
34
- pip install coveralls
35
- - pip install pylama
+ - pip install pylava
36
37
before_script:
38
- - "pylama"
+ - "pylava"
39
40
# command to run tests
41
script:
pylama.ini renamed to pylava.ini
@@ -1,8 +1,8 @@
1
-[pylama]
+[pylava]
2
format = pylint
3
skip = tests/*,quit/tools/*
4
linters = pep8
5
ignore = E402
6
7
-[pylama:pep8]
+[pylava:pep8]
8
max_line_length = 100
0 commit comments