From adbcd80a1d67e18d4cdf764946a4261e1a5d6256 Mon Sep 17 00:00:00 2001 From: Emmanuelle Vargas-Gonzalez Date: Wed, 13 Jan 2021 17:12:47 -0500 Subject: [PATCH] delete .travis.yml --- .travis.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index ac02e4f..0000000 --- a/.travis.yml +++ /dev/null @@ -1,19 +0,0 @@ -os: linux -language: python -cache: pip -dist: bionic -python: - - "3.5" - - "3.6" - - "3.7" - - "3.8" -install: - - pip install -U pip setuptools - - pip install tox-travis - - pip install codecov - - pip install pre-commit -script: - - tox - - pre-commit run --all-files -after_success: - - codecov