There was an error while loading. Please reload this page.
make check
1 parent ad1923e commit 6a825eaCopy full SHA for 6a825ea
Makefile
@@ -5,7 +5,7 @@ version=$(shell grep version setup.py | cut -d"'" -f2)
5
6
.PHONY: build
7
8
-all: clean install test test2
+all: clean install test
9
10
clean:
11
find . -name '*.pyc' -delete
@@ -25,10 +25,10 @@ example:
25
pytest -s "tests/test_example.py::TestExample::test_async"
26
27
build_dep:
28
-pip3 install -U setuptools
+pip3 install -U setuptools twine
29
30
# https://packaging.python.org/tutorials/packaging-projects/
31
-build:
+build: build_dep
32
python3 setup.py sdist
33
34
oobt: build
0 commit comments