--use-mirrors has been deprecated, removing it

This commit is contained in:
dessant 2015-06-22 13:17:05 +03:00
parent c509ce23d7
commit b1687d8c8d
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ before_install:
install:
- pip install hg+http://bitbucket.org/pygame/pygame
- pip install --upgrade cython pil --use-mirrors
- pip install --upgrade cython pil
- make
# command to run tests