From 762d169b9ebffd042585828fdd62905c36c27ee9 Mon Sep 17 00:00:00 2001 From: Filippo Martini Date: Tue, 2 Mar 2021 20:24:45 +0100 Subject: [PATCH] Delete travis.yml file --- .travis.yml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 51e5ba4..0000000 --- a/.travis.yml +++ /dev/null @@ -1,8 +0,0 @@ -language: python -python: - - "3.8" -cache: pip -install: - - pip install -r requirements.txt -script: - - python -m unittest -v PyCTBN/tests/ \ No newline at end of file