We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8da2682 commit 82c7b7fCopy full SHA for 82c7b7f
1 file changed
Makefile
@@ -16,6 +16,9 @@ deb: debian/changelog dist
16
dpkg-buildpackage -r$(ROOTCMD) -us -uc
17
mv ../python-oauth2_* dist/
18
19
+test:
20
+ python setup.py test --with-coverage --cover-package=oauth2
21
+
22
sdist:
23
python setup.py sdist
24
0 commit comments