diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index f694e3a10..000000000 --- a/.travis.yml +++ /dev/null @@ -1,27 +0,0 @@ -language: python -cache: pip - -python: - - '3.6' - -os: - - linux - -services: - - mongodb - -env: - - CHATTERBOT_SHOW_TRAINING_PROGRESS=0 - -install: - - pip install tox coveralls codeclimate-test-reporter - -addons: - code_climate: - repo_token: 3ec30a156224df0f59620967241d9659086e918fd824f4f69b8ce7b55b5a590f - -script: - - tox - -after_success: - - coveralls