YouCompleteMe/.travis.yml
micbou c989cfc78c Remove deprecated --use-mirrors argument from pip
Pip no longer supports --use-mirrors since version 1.5. See
https://github.com/pypa/pip/pull/1098.
2015-05-18 13:33:41 +02:00

10 lines
185 B
YAML

language: python
python:
- "2.6"
- "2.7"
before_install:
- git submodule update --init --recursive
install:
- pip install -r python/test_requirements.txt
script: ./run_tests.sh