Boris Staletic
54f5a9b1c1
Drop python 3.4
2019-04-05 22:04:15 +02:00
Boris Staletic
24a01864fd
Run flake8 on scripts in root
2018-11-23 12:04:49 +01:00
micbou
06bd763bf0
Increase Python 2 requirement to 2.7.1
...
Tests are failing on Python 2.7.0 with the exception "TypeError: argument can't
be <type 'unicode'>"
2018-04-25 01:43:46 +02:00
micbou
7b251dbd58
Catch CalledProcessError exception in install script
...
This exception is not relevant to the install failure. Catch it and exit
with the status code returned by the build script.
2016-10-25 16:44:41 +02:00
micbou
2b27dd7903
Check Python version in install script
...
Add future imports for Python backward compatibility.
2016-06-16 10:55:32 +02:00
Val Markovic
8c0192ecf7
Can now select python3 for running ycmd
2016-02-28 19:23:40 -08:00
Val Markovic
f986bf19db
Updating to latest ycmd
2016-02-22 09:50:15 -08:00
Matthew Wang
710652523f
Use check_call to capture error from build process
...
Without this install.py always exits 0 and no way to tell vim-plug
its installation actually failed
2015-12-26 12:35:10 +08:00
Alex Yatskov
36ad5510e5
Make install.py be executable
2015-08-25 13:15:52 +09:00
Alex Yatskov
1348c0a53d
Fixing install script.
2015-08-25 13:13:27 +09:00
micbou
1b40d683be
Convert the install script to python
...
Translate the install.sh script in python to make it platform independent.
Keep install.sh as a wrapper of install.py to not break scripts that
depend on it.
2015-08-23 20:12:16 +02:00