From 7cba9daa4402c6cc85924b442171939191588684 Mon Sep 17 00:00:00 2001 From: Richard Neumann Date: Thu, 7 Jan 2021 22:42:20 +0100 Subject: [PATCH] Removed .travis.yaml. --- .travis.yml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 7f861bd..0000000 --- a/.travis.yml +++ /dev/null @@ -1,10 +0,0 @@ -language: python -python: - - "3.8" - - "3.9" - - "3.9-dev" # 3.9 development branch - - "nightly" # nightly build -install: - - python setup.py install -script: - - pytest