From 7c89b59f877171c1a0c714f2e83b30cd235e3211 Mon Sep 17 00:00:00 2001 From: sshwsfc Date: Fri, 11 Jan 2013 17:40:41 +0800 Subject: [PATCH] add ci script --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 909403eea..bdcfeca38 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,4 @@ language: python python: - "2.7" install: "pip install -r requirements.txt --use-mirrors" -#script: nosetests \ No newline at end of file +script: python demo_app/manage.py shell \ No newline at end of file