Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit e355908

Browse files
committed
Update makefile for testing.
1 parent 765f076 commit e355908

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
.PHONY: certs publish test
2+
13
certs:
24
curl http://ci.kennethreitz.org/job/ca-bundle/lastSuccessfulBuild/artifact/cacerts.pem -o hyper/certs.pem
35

46
publish:
57
python setup.py sdist upload
68
python setup.py bdist_wheel upload
9+
10+
test:
11+
py.test -n 4 --cov hyper test/

0 commit comments

Comments
 (0)