File tree Expand file tree Collapse file tree 7 files changed +184
-151
lines changed Expand file tree Collapse file tree 7 files changed +184
-151
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ dist: "xenial"
55python :
66 - 3.7
77 - 3.6
8- - 3.5
98
109stages :
1110 - lint
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ update-requirements:
99 poetry run pip freeze --exclude-editable > ./docs/requirements.txt
1010
1111test :
12- pytest --cov=py_wave_runup --cov-report term-missing -W ignore::DeprecationWarning
12+ poetry run pytest --cov=py_wave_runup --cov-report term-missing -W ignore::DeprecationWarning
1313
1414docs :
1515 poetry run sphinx-build -M html " .\docs" " .\docs\_build"
Original file line number Diff line number Diff line change 11alabaster == 0.7.12
2- aspy.yaml == 1.2.0
2+ appdirs == 1.4.3
3+ aspy.yaml == 1.3.0
34atomicwrites == 1.3.0
4- attrs == 19.1.0
5- Babel == 2.6.0
6- certifi == 2019.3.9
7- cfgv == 1.6.0
5+ attrs == 19.3.0
6+ Babel == 2.7.0
7+ black == 18.9b0
8+ certifi == 2019.11.28
9+ cfgv == 2.0.1
810chardet == 3.0.4
11+ Click == 7.0
912codecov == 2.0.15
1013colorama == 0.4.1
11- coverage == 4.5.3
12- docutils == 0.14
13- filelock == 3.0.10
14- identify == 1.4.2
14+ coverage == 4.5.4
15+ docutils == 0.15.2
16+ filelock == 3.0.12
17+ identify == 1.4.7
1518idna == 2.8
1619imagesize == 1.1.0
17- importlib-metadata == 0.9
18- Jinja2 == 2.10.1
20+ importlib-metadata == 1.1.0
21+ Jinja2 == 2.10.3
1922MarkupSafe == 1.1.1
20- more-itertools == 7 .0.0
23+ more-itertools == 8 .0.0
2124nodeenv == 1.3.3
22- numpy == 1.16.3
23- packaging == 19.0
24- pluggy == 0.9.0
25- pre-commit == 1.15.2
25+ numpy == 1.17.4
26+ packaging == 19.2
27+ pluggy == 0.13.1
28+ pre-commit == 1.20.0
2629py == 1.8.0
27- Pygments == 2.3.1
28- pyparsing == 2.4.0
29- pytest == 4.4.1
30- pytest-cov == 2.7 .1
31- pytest-runner == 4.4
32- pytz == 2019.1
33- PyYAML == 5.1
34- requests == 2.21 .0
35- six == 1.12 .0
36- snowballstemmer == 1.2.1
37- Sphinx == 2.0.1
30+ Pygments == 2.5.2
31+ pyparsing == 2.4.5
32+ pytest == 4.6.6
33+ pytest-cov == 2.8 .1
34+ pytest-runner == 5.2
35+ pytz == 2019.3
36+ PyYAML == 5.2
37+ requests == 2.22 .0
38+ six == 1.13 .0
39+ snowballstemmer == 2.0.0
40+ Sphinx == 2.2.2
3841sphinxcontrib-applehelp == 1.0.1
3942sphinxcontrib-devhelp == 1.0.1
4043sphinxcontrib-htmlhelp == 1.0.2
4144sphinxcontrib-jsmath == 1.0.1
4245sphinxcontrib-qthelp == 1.0.2
4346sphinxcontrib-serializinghtml == 1.1.3
4447toml == 0.10.0
45- tox == 3.9.0
46- urllib3 == 1.24.3
47- virtualenv == 16.5.0
48- zipp == 0.4.0
48+ tox == 3.14.2
49+ urllib3 == 1.25.7
50+ virtualenv == 16.7.8
51+ wcwidth == 0.1.7
52+ zipp == 0.6.0
You can’t perform that action at this time.
0 commit comments