From 58b25acfd82b25f50379ae62f1ac020324983631 Mon Sep 17 00:00:00 2001 From: Richard Neumann Date: Sat, 19 Dec 2020 23:41:07 +0100 Subject: [PATCH] Removed travis integration. --- .travis.yml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 10b66ca..0000000 --- a/.travis.yml +++ /dev/null @@ -1,7 +0,0 @@ -language: python -python: - - 3.8 - - 3.9 -script: - - "python setup.py install" - - pytest