From 0cd19282b7babe22c8cde27a6b639751fd998ef9 Mon Sep 17 00:00:00 2001 From: Jakub Stasiak Date: Sat, 8 Feb 2020 13:41:22 +0100 Subject: Test with currently supported Python 3 versions --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2ece8ef..863e82a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,9 @@ language: python python: - "2.7" - - "3.3" + - "3.5" + - "3.6" + - "3.7" + - "3.8" install: pip install -r requirements.txt script: bin/test -- cgit