From c49ac4f6e874dc38dbc57ee0ad7d3e7463cd7433 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Wed, 10 Feb 2021 18:56:01 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20modstool:=20Replace=20Travis=20w?= =?UTF-8?q?ith=20CircleCI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 947438d..0000000 --- a/.travis.yml +++ /dev/null @@ -1,13 +0,0 @@ -dist: xenial # required for Python >= 3.7 -language: python -python: - - "3.5" - - "3.6" - - "3.7" - - -install: - - pip install -r requirements.txt - -script: - - pytest