From f5ff6ea31575de76819d046d2e4c72207548453c Mon Sep 17 00:00:00 2001 From: Ben Timby Date: Fri, 15 Feb 2013 10:39:31 -0500 Subject: [PATCH] *sigh* tests.py dummy. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2e4d5ab..9ccc029 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,4 @@ before_script: - "pep8 --exclude=migrations --ignore=E501,E225 fulltext" - pyflakes -x W fulltext script: - - python test.py + - python tests.py