From ad49e05b4d838b91de9c48340275a5f1f77be194 Mon Sep 17 00:00:00 2001 From: Gunther Cox Date: Sat, 4 Jan 2025 16:45:15 -0500 Subject: [PATCH] Remove travis file --- .travis.yml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .travis.yml 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