From 89d46ff9b361e9a66247f35def5f4166069079acaec780728a4253b3a31c13c0 Mon Sep 17 00:00:00 2001 From: f4lco Date: Thu, 23 Apr 2020 12:40:56 +0200 Subject: [PATCH] Set Travis build to Python 3 (#7) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5b7907e..36c3ba7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: python python: - - '2.7' + - '3.8' install: - pip install pipenv