mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-11-01 10:00:54 +00:00
Set PIP_USE_MIRRORS=true for faster venv creation.
This commit is contained in:
parent
1dd9280bff
commit
7bebb665fb
1 changed files with 3 additions and 0 deletions
|
|
@ -2,6 +2,9 @@ language: python
|
|||
python:
|
||||
- 2.7
|
||||
|
||||
env:
|
||||
- PIP_USE_MIRRORS=true
|
||||
|
||||
install:
|
||||
- pip install --use-mirrors tox
|
||||
- sudo apt-get update -qq
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue