Skip to content

Commit 82c7b7f

Browse files
committed
Added a 'make test' command to the Makefile.
1 parent 8da2682 commit 82c7b7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ deb: debian/changelog dist
1616
dpkg-buildpackage -r$(ROOTCMD) -us -uc
1717
mv ../python-oauth2_* dist/
1818

19+
test:
20+
python setup.py test --with-coverage --cover-package=oauth2
21+
1922
sdist:
2023
python setup.py sdist
2124

0 commit comments

Comments
 (0)