File tree 6 files changed +16
-16
lines changed
6 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ pip-delete-this-directory.txt
36
36
37
37
# Unit test / coverage reports
38
38
htmlcov /
39
+ .pytest_cache /
39
40
.tox /
40
41
.coverage
41
42
.coverage. *
Original file line number Diff line number Diff line change 1
1
-r docs.txt
2
2
-r tests.txt
3
- tox==2.5 .0
4
- twine==1.8.1
3
+ tox==3.0 .0
4
+ twine==1.11.0
Original file line number Diff line number Diff line change 1
- docutils==0.13.1
2
- Sphinx>=1.5
3
- sphinx_rtd_theme>=0.1.9
1
+ docutils==0.14
2
+ Sphinx>=1.7
3
+ sphinx_rtd_theme>=0.3
Original file line number Diff line number Diff line change 1
- coverage==4.3.4
2
- isort==4.2.5
3
- pycodestyle==2.2 .0
4
- pydocstyle==1 .1.1
5
- pylint==1.6.4
6
- pytest==3.0.5
7
- pytest-cov==2.4.0
8
- pytest-pylint==0.6 .0
1
+ coverage==4.5.1
2
+ isort==4.3.4
3
+ pycodestyle==2.4 .0
4
+ pydocstyle==2 .1.1
5
+ pylint==1.9.1
6
+ pytest==3.6.0
7
+ pytest-cov==2.5.1
8
+ pytest-pylint==0.9 .0
Original file line number Diff line number Diff line change 7
7
from requests .exceptions import InvalidSchema , MissingSchema
8
8
9
9
from shaarli_client .client .v1 import (InvalidEndpointParameters ,
10
- ShaarliV1Client ,
11
- check_positive_integer )
10
+ ShaarliV1Client , check_positive_integer )
12
11
13
12
SHAARLI_URL = 'http://domain.tld/shaarli'
14
13
SHAARLI_SECRET = 's3kr37!'
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ commands=
8
8
isort --check-only --diff -p shaarli_client
9
9
pycodestyle
10
10
pydocstyle
11
- py34,py35: pytest --pylint
11
+ pytest --pylint
12
12
pytest --cov =shaarli_client
13
13
14
14
[testenv:docs]
You can’t perform that action at this time.
0 commit comments