From f6a536a22203eabd9de66d9564e5834f94252ce4 Mon Sep 17 00:00:00 2001 From: jajupmochi Date: Mon, 19 Oct 2020 15:20:18 +0200 Subject: [PATCH] Remove the tests on Python 3.9. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a99fedb..217221a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ python: - '3.6' - '3.7' - '3.8' -- '3.9' before_install: - python --version @@ -13,6 +12,7 @@ before_install: - pip install codecov - pip install coverage - pip install pytest-cov +- sudo apt-get -y install gfortran install: - pip install -r requirements.txt