Remove --use-mirrors

This commit is contained in:
Matt Molyneaux 2014-06-05 00:49:57 +01:00
parent a99f444e96
commit b41eae040d

View File

@ -8,6 +8,6 @@ env:
- DJANGO=1.5.8 - DJANGO=1.5.8
- DJANGO=1.6.5 - DJANGO=1.6.5
install: install:
- pip install argparse --use-mirrors - pip install argparse
- pip install -q Django==$DJANGO --use-mirrors - pip install -q Django==$DJANGO
script: python quicktest.py helpdesk script: python quicktest.py helpdesk