From 38dfb953cee6521d048237cb34cffc86b2c4e7e3 Mon Sep 17 00:00:00 2001 From: Chris Faulkner Date: Sun, 1 Jul 2012 13:59:55 -0700 Subject: [PATCH] Make travis actually run the tests. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index cdb8789..aa874d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,3 +6,4 @@ python: install: - pip install nose - pip install . --use-mirrors +script: nosetests