summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2020-02-08 15:12:38 +0000
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2020-02-08 20:53:37 +0100
commitc77a815674741d3836f66fdb4d2d6cf100a5414a (patch)
tree85a92586151c81bab61667a8bba5eef2e19bdade /Makefile
parent570dc7daa480d34bcf0676e88d241112c51b1796 (diff)
Bump development version to 4.0.0dev0
Following the release of 3.2.0 Drop py27, py34, py35 support. Bump test dependencies. General cleanup.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 6890774..98a24ed 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,6 @@
-.PHONY: publish test
+.PHONY: publish
publish:
rm -rf dist/
python setup.py sdist bdist_wheel
twine upload -s dist/*
-
-test:
- py.test -n 4 --cov h2 test/