File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
cd ~
4
4
5
- git clone --depth=1 -b maint/v0.25 https://github.com/libgit2/libgit2.git
5
+ git clone --depth=1 -b maint/v0.27 https://github.com/libgit2/libgit2.git
6
6
cd libgit2/
7
7
8
8
mkdir build && cd build
Original file line number Diff line number Diff line change @@ -29,12 +29,13 @@ before_install:
29
29
30
30
# command to install dependencies
31
31
install :
32
+ - pip install -U setuptools
32
33
- pip install -r requirements.txt
33
34
- pip install coveralls
34
- - pip install pylama
35
+ - pip install pylava
35
36
36
37
before_script :
37
- - " pylama "
38
+ - " pylava "
38
39
39
40
# command to run tests
40
41
script :
Original file line number Diff line number Diff line change 1
- [pylama ]
1
+ [pylava ]
2
2
format = pylint
3
3
skip = tests/*,quit/tools/*
4
4
linters = pep8
5
5
ignore = E402
6
6
7
- [pylama :pep8]
7
+ [pylava :pep8]
8
8
max_line_length = 100
Original file line number Diff line number Diff line change 3
3
rdflib >= 4.2.2
4
4
rfc3987
5
5
flask-cors
6
- pygit2 == 0.25.1
6
+ pygit2 == 0.27.2
7
7
sortedcontainers
8
8
uwsgi
9
9
uritools
You can’t perform that action at this time.
0 commit comments