From 8e116d1de687747de7f8463d1f591088eaac5d65 Mon Sep 17 00:00:00 2001 From: Danipulok <45077699+Danipulok@users.noreply.github.com> Date: Tue, 14 Jan 2025 16:35:18 +0200 Subject: [PATCH] chore(travis): remove `.travis.yml` since `Travis CI` is not used (#381) --- .travis.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 84cc769a..00000000 --- a/.travis.yml +++ /dev/null @@ -1,14 +0,0 @@ -language: python - -python: - - "3.6" - -# command to install dependencies -install: pip install -r requirements.txt - -# command to run tests -script: python demo.py - -branches: - only: - - master