run_tests.sh only runs YCM tests, not ycmd ones

This commit is contained in:
Strahinja Val Markovic 2014-05-21 13:41:31 -07:00
parent cf65ba21d6
commit 4344ee70a8
3 changed files with 0 additions and 10 deletions

View File

@ -6,11 +6,4 @@ before_install:
- git submodule update --init --recursive
install:
- pip install -r python/test_requirements.txt --use-mirrors
- sudo apt-get install mono-devel
compiler:
- gcc
- clang
script: ./run_tests.sh
env:
- USE_CLANG_COMPLETER="true"
- USE_CLANG_COMPLETER="false"

View File

@ -2,5 +2,4 @@ flake8>=2.0
mock>=1.0.1
nose>=1.3.0
PyHamcrest>=1.8.0
WebTest>=2.0.9

View File

@ -4,8 +4,6 @@ set -e
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
for directory in $SCRIPT_DIR/third_party/*; do