diff options
author | prathamesh | 2016-07-08 11:19:16 +0530 |
---|---|---|
committer | prathamesh | 2016-07-09 00:12:17 +0530 |
commit | adede6225083d3d4cb2df6c2fb40e494b9df31a1 (patch) | |
tree | 7ccd83d5db61dde6a6bfdfe443e6861ccd3a57da /.travis.yml | |
parent | 19f4c7b95bf32d0cf581274d947bdc9120c2e8f2 (diff) | |
download | online_test-adede6225083d3d4cb2df6c2fb40e494b9df31a1.tar.gz online_test-adede6225083d3d4cb2df6c2fb40e494b9df31a1.tar.bz2 online_test-adede6225083d3d4cb2df6c2fb40e494b9df31a1.zip |
updated travis settings
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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 |