From b7c1bb6ac4b91146030206d6f4f8199e2e638ac7 Mon Sep 17 00:00:00 2001 From: alezakos Date: Sun, 9 Aug 2020 16:49:58 +0300 Subject: Use python3 instead of python2 for CI tests --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7567324..35f2482 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: python python: - - "2.6" - - "2.7" + - "3.7" + - "3.8" install: - mkdir void -- cgit v1.2.3