From ecf9a05cb00e1d399147a6749caaf584f9f6b85c Mon Sep 17 00:00:00 2001 From: Antoine Goutenoir Date: Mon, 27 Jan 2020 10:08:17 +0100 Subject: [PATCH] Remove travis configuration, we're not using it. --- .travis.yml | 11 ----------- 1 file changed, 0 insertions(+), 11 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 42a59d4..0000000 --- a/.travis.yml +++ /dev/null @@ -1,11 +0,0 @@ -language: python -python: - - "2.7" - - "3.3" - - "3.4" - - "3.5" - - "pypy" -# command to install dependencies -install: "pip install -r requirements.txt" -# command to run tests -script: make test -- libgit2 0.21.2