diff --git a/.travis.yml b/.travis.yml index 11ea988b..9447e0c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" diff --git a/python/test_requirements.txt b/python/test_requirements.txt index 43dc2869..7fd85208 100644 --- a/python/test_requirements.txt +++ b/python/test_requirements.txt @@ -2,5 +2,4 @@ flake8>=2.0 mock>=1.0.1 nose>=1.3.0 PyHamcrest>=1.8.0 -WebTest>=2.0.9 diff --git a/run_tests.sh b/run_tests.sh index b1689092..faefa3a0 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -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