commit 31963dc8e8e98899222185dc88902bd933393f92 Author: vaydheesh Date: Mon Aug 12 22:12:13 2019 +0530 update travis removed: python setup.py test diff --git a/.travis.yml b/.travis.yml index dc0ae16..4dc68d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,6 @@ install: before_script: - ./build-swig-wrapper.sh script: - - python3 setup.py test - flake8 --verbose apertium - if [[ $TRAVIS_PYTHON_VERSION != 3.4 ]]; then mypy apertium --strict --any-exprs-report .mypy_coverage --ignore-missing-imports;