From ab84e68837113b2d700ad379d94c1dd4a73125ea Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Wed, 23 Sep 2020 06:25:36 -0700 Subject: [PATCH] Remove Travis config --- .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 c9f6beb..0000000 --- a/.travis.yml +++ /dev/null @@ -1,7 +0,0 @@ -language: python -python: - - "2.7" - - "3.6" - - "3.7" - - "3.8" -script: python test/all_tests.py -- 2.30.2