From df7d89616e9c2a4f327ced686d36fa9fa9d6025a Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Sat, 28 Jun 2014 16:22:52 -0400 Subject: [PATCH] Run same tests Travis runs --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a226ea602..53c502664 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ pre: bin/python setup.py develop bin/python selftest.py + bin/nosetests Tests/test_*.py check-manifest pyroma . viewdoc