From 3b341b021ae7ef329dfded140015e676f0170922 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bengt=20L=C3=BCers?= Date: Thu, 18 Mar 2021 18:39:48 +0100 Subject: [PATCH] Test more recent Python versions on Travis CI --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 50bd127..e2e84ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,10 @@ language: python python: - '2.7' - '3.5' +- '3.6' +- '3.7' +- '3.8' +- '3.9' install: - pip install numpy scipy - python setup.py install