diff options
author | prathamesh | 2016-08-12 15:21:23 +0530 |
---|---|---|
committer | prathamesh | 2016-08-12 15:21:23 +0530 |
commit | 1f2bce81d2092acf8970d2ac125ecce25225b040 (patch) | |
tree | 4728f3903adcc7e66248153cf4869343e57211e8 /.travis.yml | |
parent | 979ce81f0a275a22a4e9ca875c7f5c36dab7d44a (diff) | |
download | online_test-1f2bce81d2092acf8970d2ac125ecce25225b040.tar.gz online_test-1f2bce81d2092acf8970d2ac125ecce25225b040.tar.bz2 online_test-1f2bce81d2092acf8970d2ac125ecce25225b040.zip |
Removed --use-mirrors option from pip install in travis
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 |