This commit is contained in:
Dax Pryce 2022-10-13 14:05:54 -07:00 коммит произвёл GitHub
Родитель be8b3d2b53
Коммит 0b2d391e7b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 15 удалений

15
.github/workflows/publish.yml поставляемый
Просмотреть файл

@ -23,21 +23,6 @@ jobs:
run: |
python .github/build/set_version.py > topologic/version/version.txt
cat topologic/version/version.txt
- name: Lint with flake8
run: |
pip install flake8
# stop the build if there are Python syntax errors or undefined names
flake8 ./topologic ./tests --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 ./topologic ./tests --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
pytest -v tests topologic --doctest-modules
env:
SKIP_TEST_35: true
- name: Generate docs with Sphinx
run: |
sphinx-build -W -a docs/ docs/_build/html
- name: Build with setuptools
run: |
python setup.py build sdist