From 3607ea858bbae8700ed65ca3f6d2607824f9c7c5 Mon Sep 17 00:00:00 2001 From: benjaoming Date: Wed, 9 Jan 2013 20:18:00 +0100 Subject: [PATCH] test with manage.py --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8dc05a7d..69e4ecda 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,6 @@ python: - "2.6" - "2.7" # command to run tests -# script: nosetests +script: python testproject/manage.py test wiki install: - pip install -r .travis/requirements_1.4.txt -- 2.45.2