diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index a40e3bc..0000000 --- a/.travis.yml +++ /dev/null @@ -1,14 +0,0 @@ -dist: xenial -language: python -python: - - '3.5' - - '3.6' - - '3.7' -install: - - pip install flake8 flake8-import-order flake8-builtins && pip install -r requirements.txt - - python setup.py build_ext --inplace -before_script: - - cp .travis/system.dic.test tests/resources/system.dic && cp .travis/user.dic.test tests/resources/user.dic -script: - - ./scripts/format.sh - - python -m unittest discover tests