Skip to content

Commit

Permalink
Use new check RST
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymoulin committed Dec 28, 2018
1 parent c4fdefb commit 36f0cba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ FULLVERSION ?= ${VERSION}
archs ?= s390x arm32v7 amd64 i386 arm64v8 arm32v6

.PHONY: docker build-docker publish-docker latest
test: install
test: install check
twine upload -r testpypi dist/*
publish: install
publish: install check
twine upload dist/*
install: clean check
install: clean
sudo python3 setup.py sdist
check:
python3 setup.py check --restructuredtext
twine check dist/*
build:
mkdir -p build
dist:
Expand Down

0 comments on commit 36f0cba

Please sign in to comment.