From 115dbfab43baee920c0a742be49389b58ec38ed5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartolom=C3=A9=20S=C3=A1nchez=20Salado?= Date: Thu, 28 Nov 2024 22:35:38 +0100 Subject: [PATCH] ref: remove unneeded Travis config file --- .travis.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 714dde1fa..000000000 --- a/.travis.yml +++ /dev/null @@ -1,17 +0,0 @@ -language: python -python: - # - "2.7" <- Unsupported, uses 2.7.9 ? - - "3.8" - # PyPy versions - # - "pypy" # PyPy2 2.5.0 - # - "pypy3" # Pypy3 2.4.0 - # - "pypy-5.3.1" - - -cache: pip - -install: - - pip install tox-travis - -# command to run tests -script: tox -- --no-cov