From 6258fe1b387ea55d3203cf5cb4331313f145cc1f Mon Sep 17 00:00:00 2001 From: inforian Date: Sat, 22 Apr 2017 13:26:15 +0530 Subject: [PATCH] Update : travis config updated :construction_worker: --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 270b8f5..e94ce97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,4 +19,5 @@ install: - pip install -q Django==$DJANGO_VERSION - python setup.py -q install # command to run tests -#script: pytest \ No newline at end of file +script: + - python manage.py test \ No newline at end of file