mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
PyPI now has CDN; Travis shouldn't use mirrors
Now that PyPI utilizes a CDN, the "--use-mirrors" setting slows down the install process and has essentially been deprecated.
This commit is contained in:
parent
a650dd9d64
commit
8f295f7a03
1 changed files with 3 additions and 3 deletions
|
|
@ -8,7 +8,7 @@ before_install:
|
||||||
- sudo locale-gen fr_FR.UTF-8 tr_TR.UTF-8
|
- sudo locale-gen fr_FR.UTF-8 tr_TR.UTF-8
|
||||||
install:
|
install:
|
||||||
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then ln -s /usr/share/asciidoc/asciidocapi.py ~/virtualenv/python2.7/lib/python2.7/site-packages/; fi
|
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then ln -s /usr/share/asciidoc/asciidocapi.py ~/virtualenv/python2.7/lib/python2.7/site-packages/; fi
|
||||||
- pip install mock --use-mirrors
|
- pip install mock
|
||||||
- pip install . --use-mirrors
|
- pip install .
|
||||||
- pip install --use-mirrors Markdown
|
- pip install Markdown
|
||||||
script: python -m unittest discover
|
script: python -m unittest discover
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue