From cbbb53e2b514d6a91462ab6a8304d8f353337c0c Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 9 Sep 2019 18:49:05 +0300 Subject: Travis: specify Python versions --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index f593350..4c87aee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,9 @@ language: python +python: + - '3.4' + - '3.5' + - '3.6' + - '3.7' install: script: - python3 -m bin.show_status egor.tensin -- cgit v1.2.3