File tree Expand file tree Collapse file tree 5 files changed +12
-15
lines changed
Expand file tree Collapse file tree 5 files changed +12
-15
lines changed Original file line number Diff line number Diff line change 1717 python-version : 3.7
1818 - name : Install dependencies
1919 run : |
20- make ci
20+ make env
2121 - name : Coverage
2222 run : |
2323 make coverage
Original file line number Diff line number Diff line change 1313 python-version : 3.7
1414 - name : Install dependencies
1515 run : |
16- make ci
16+ make env
1717 - name : Lint
1818 working-directory : ${{ github.workspace }}
1919 run : |
2929 python-version : 3.7
3030 - name : Install dependencies
3131 run : |
32- python -m pip install --upgrade pip
33- pip install pytest geopandas .
32+ make env
3433 - name : Test
3534 working-directory : ${{ github.workspace }}
3635 run : |
Original file line number Diff line number Diff line change 1717 python-version : 3.7
1818 - name : Install dependencies
1919 run : |
20- make ci
20+ make env
2121 - name : Lint and Test
2222 run : |
2323 make lint
Original file line number Diff line number Diff line change 66 @echo " - lint : checks code style"
77 @echo " - docs : creates documentation in html"
88
9- dev :
9+ env :
10+ python -m pip install --upgrade pip
1011 pip install -r requirements-dev.txt
11- pre-commit install
1212
13- ci :
14- python -m pip install --upgrade pip
15- pip install flake8 pep8-naming flake8-bugbear flake8-docstrings pytest coverage geopandas
13+ dev : env
1614 pip install .
15+ pre-commit install
1716
1817clean :
1918 rm -rf ` find . -type d -name .pytest_cache`
Original file line number Diff line number Diff line change 1- -e .
2- pre-commit
31bump2version
2+ coverage
43flake8
5- pep8-naming
64flake8-bugbear
75flake8-docstrings
8- pytest
9- coverage
106geopandas
7+ pep8-naming
8+ pre-commit
9+ pytest
1110sphinx
1211sphinx_rtd_theme
You can’t perform that action at this time.
0 commit comments