Skip to content

Commit 1b2e349

Browse files
authored
Merge pull request #166 from AKSW/feature/forwardToLibGit27
Forward to pygit2 0.27.2 and libgit2 0.27 branch
2 parents ffddefd + 1de2683 commit 1b2e349

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
cd ~
44

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
66
cd libgit2/
77

88
mkdir build && cd build

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,13 @@ before_install:
2929

3030
# command to install dependencies
3131
install:
32+
- pip install -U setuptools
3233
- pip install -r requirements.txt
3334
- pip install coveralls
34-
- pip install pylama
35+
- pip install pylava
3536

3637
before_script:
37-
- "pylama"
38+
- "pylava"
3839

3940
# command to run tests
4041
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

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pyyaml
33
rdflib>=4.2.2
44
rfc3987
55
flask-cors
6-
pygit2==0.25.1
6+
pygit2==0.27.2
77
sortedcontainers
88
uwsgi
99
uritools

0 commit comments

Comments
 (0)