Skip to content

Commit 1de2683

Browse files
committed
1 parent 2c34753 commit 1de2683

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ install:
3232
- pip install -U setuptools
3333
- pip install -r requirements.txt
3434
- pip install coveralls
35-
- pip install pylama
35+
- pip install pylava
3636

3737
before_script:
38-
- "pylama"
38+
- "pylava"
3939

4040
# command to run tests
4141
script:

pylama.ini renamed to pylava.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
[pylama]
1+
[pylava]
22
format = pylint
33
skip = tests/*,quit/tools/*
44
linters = pep8
55
ignore = E402
66

7-
[pylama:pep8]
7+
[pylava:pep8]
88
max_line_length = 100

0 commit comments

Comments
 (0)