run_tests.sh only runs YCM tests, not ycmd ones
This commit is contained in:
parent
cf65ba21d6
commit
4344ee70a8
@ -6,11 +6,4 @@ before_install:
|
|||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
install:
|
install:
|
||||||
- pip install -r python/test_requirements.txt --use-mirrors
|
- pip install -r python/test_requirements.txt --use-mirrors
|
||||||
- sudo apt-get install mono-devel
|
|
||||||
compiler:
|
|
||||||
- gcc
|
|
||||||
- clang
|
|
||||||
script: ./run_tests.sh
|
script: ./run_tests.sh
|
||||||
env:
|
|
||||||
- USE_CLANG_COMPLETER="true"
|
|
||||||
- USE_CLANG_COMPLETER="false"
|
|
||||||
|
@ -2,5 +2,4 @@ flake8>=2.0
|
|||||||
mock>=1.0.1
|
mock>=1.0.1
|
||||||
nose>=1.3.0
|
nose>=1.3.0
|
||||||
PyHamcrest>=1.8.0
|
PyHamcrest>=1.8.0
|
||||||
WebTest>=2.0.9
|
|
||||||
|
|
||||||
|
@ -4,8 +4,6 @@ set -e
|
|||||||
|
|
||||||
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
|
|
||||||
$SCRIPT_DIR/third_party/ycmd/run_tests.sh "$@"
|
|
||||||
|
|
||||||
flake8 --select=F,C9 --max-complexity=10 $SCRIPT_DIR/python
|
flake8 --select=F,C9 --max-complexity=10 $SCRIPT_DIR/python
|
||||||
|
|
||||||
for directory in $SCRIPT_DIR/third_party/*; do
|
for directory in $SCRIPT_DIR/third_party/*; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user