diff options
author | Prabhu Ramachandran | 2016-07-09 00:01:14 -0500 |
---|---|---|
committer | GitHub | 2016-07-09 00:01:14 -0500 |
commit | f1f9818a397a954acf3bce134ea278fafca81a08 (patch) | |
tree | db3e2e92cd836b072fe3c3e51d2dc4568a9eddc8 /.travis.yml | |
parent | 41b4b7607d8ea6856a8b397d4c9e5bb9edea0b77 (diff) | |
parent | 9b66d99965fc8b01b5817159636dcb99e5808ef1 (diff) | |
download | online_test-f1f9818a397a954acf3bce134ea278fafca81a08.tar.gz online_test-f1f9818a397a954acf3bce134ea278fafca81a08.tar.bz2 online_test-f1f9818a397a954acf3bce134ea278fafca81a08.zip |
Merge pull request #112 from prathamesh920/oauth-implementation
oauth implemented
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 |