Change Makefile 'make test' to only use basic tests.

* This should reduce the load on TravisCI workers.
feature/documentation-builds-dirhtml
Isis Lovecruft 2013-03-14 15:47:38 +00:00 committed by Isis Lovecruft
parent 708f301bd5
commit 4d2ce56ab3
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ cleantest: clean
rm *.log rm *.log
test: cleantest test: cleantest
python test_gnupg.py python test_gnupg.py basic
install: install:
python setup.py install python setup.py install