From adede6225083d3d4cb2df6c2fb40e494b9df31a1 Mon Sep 17 00:00:00 2001 From: prathamesh Date: Fri, 8 Jul 2016 11:19:16 +0530 Subject: updated travis settings --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 508336d..d362005 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ install: - pip install git+https://github.com/FOSSEE/online_test.git#egg=yaksh-0.1 - pip install -q Django==$DJANGO --use-mirrors - pip install -q pytz==2016.4 + - pip install -q python-social-auth==0.2.19 before_install: - sudo apt-get update -qq @@ -19,4 +20,4 @@ before_install: # command to run tests script: - - python manage.py test yaksh \ No newline at end of file + - python manage.py test yaksh -- cgit