We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 765f076 commit e355908Copy full SHA for e355908
1 file changed
Makefile
@@ -1,6 +1,11 @@
1
+.PHONY: certs publish test
2
+
3
certs:
4
curl http://ci.kennethreitz.org/job/ca-bundle/lastSuccessfulBuild/artifact/cacerts.pem -o hyper/certs.pem
5
6
publish:
7
python setup.py sdist upload
8
python setup.py bdist_wheel upload
9
10
+test:
11
+ py.test -n 4 --cov hyper test/
0 commit comments