dirty
This commit is contained in:
parent
9de1a7db79
commit
7bb0188a42
30 changed files with 93 additions and 194 deletions
7
Makefile
7
Makefile
|
|
@ -1,6 +1,6 @@
|
|||
WEB2_PACKAGE_ID := html-theme-web2-1.0.0
|
||||
WEB2_PACKAGE_URL := https://bitbucket.org/byteb4rb1e/html-theme-web2/downloads/$(WEB2_PACKAGE_ID).tar.gz
|
||||
PYPKG_DIR := src/byteb4rb1e/sphinxcontrib/theme/web2
|
||||
PYPKG_DIR := src/byteb4rb1e/sphinxcontrib/theme/web20
|
||||
WITH_GPG = $(shell command -v gpg && echo yes)
|
||||
|
||||
PYTHON3=$(if $(wildcard .venv/.*),.venv/bin/python3,python3)
|
||||
|
|
@ -35,10 +35,7 @@ $(PYPKG_DIR)/_static_extra.tar: vendor/$(WEB2_PACKAGE_ID).tar
|
|||
$(PYPKG_DIR)/_static_extra.tar.sha256: vendor/$(WEB2_PACKAGE_ID).tar.sha256
|
||||
cp -vf "$<" "$@"
|
||||
|
||||
test-reports test-reports/: test-reports/unit test-reports/integration
|
||||
|
||||
test-reports/unit:
|
||||
$(PYTHON3) -m tox -m unit
|
||||
test-reports test-reports/: test-reports/integration
|
||||
|
||||
test-reports/integration:
|
||||
$(PYTHON3) -m tox -m integration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue