diff options
author | Prabhu Ramachandran | 2016-08-12 21:07:15 +0530 |
---|---|---|
committer | GitHub | 2016-08-12 21:07:15 +0530 |
commit | 50c3008096f5f02a036d8d9a5cbfe9cc43ff0823 (patch) | |
tree | 4728f3903adcc7e66248153cf4869343e57211e8 /.travis.yml | |
parent | 2b03aeb36fa333ea1644a248c742cf0c1df12a5f (diff) | |
parent | 1f2bce81d2092acf8970d2ac125ecce25225b040 (diff) | |
download | online_test-50c3008096f5f02a036d8d9a5cbfe9cc43ff0823.tar.gz online_test-50c3008096f5f02a036d8d9a5cbfe9cc43ff0823.tar.bz2 online_test-50c3008096f5f02a036d8d9a5cbfe9cc43ff0823.zip |
Merge pull request #123 from prathamesh920/request_delay_issue_resolved
Removed for loop from the question template.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index d362005..7d8ef17 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ env: # command to install dependencies 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 Django==$DJANGO - pip install -q pytz==2016.4 - pip install -q python-social-auth==0.2.19 |