File tree 3 files changed +9
-10
lines changed
3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 1
- build :
2
- image : latest
1
+ version : 2
3
2
4
3
python :
5
- version : 3.6
6
- pip_install : true
7
- extra_requirements :
8
- - docs
4
+ install :
5
+ - path : .
6
+ extra_requirements :
7
+ - docs
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ all: check
3
3
4
4
check :
5
5
python3 setup.py $@ -ms
6
- black -q .
6
+ black -q -- $@ .
7
7
flake8
8
8
pytest-2.7 --cov
9
9
pytest --cov --cov-append --cov-fail-under=100
Original file line number Diff line number Diff line change 1
- .. waiter documentation master file, created by sphinx-quickstart.
1
+ .. multimethod documentation master file, created by sphinx-quickstart.
2
2
You can adapt this file completely to your liking, but it should at least
3
3
contain the root `toctree` directive.
4
4
5
- Welcome to waiter 's documentation.
6
- ==================================
5
+ Welcome to multimethod 's documentation.
6
+ =======================================
7
7
8
8
.. toctree ::
9
9
:maxdepth: 2
You can’t perform that action at this time.
0 commit comments