YouCompleteMe/travis/travis_install.linux.sh
Ben Jackson 0639200153 Run tests on OS X
We import the scripts from ycmd with a couple of modifications:
 - don't set YCM_CORES=1 as we didn't before, and this makes the build a lot faster
 - don't install gcc-4.8 as we didn't before
 - install argparse as it is not available in python2.6
2015-11-08 22:07:45 +00:00

4 lines
82 B
Bash

# Linux installation
virtualenv -p python${YCMD_PYTHON_VERSION} ${YCMD_VENV_DIR}