diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-09 18:49:05 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-09-09 18:49:05 +0300 |
commit | cbbb53e2b514d6a91462ab6a8304d8f353337c0c (patch) | |
tree | e45041c6335f887332e99255898ae67afe7be4bf | |
parent | normalize line endings (diff) | |
download | vk-scripts-cbbb53e2b514d6a91462ab6a8304d8f353337c0c.tar.gz vk-scripts-cbbb53e2b514d6a91462ab6a8304d8f353337c0c.zip |
Travis: specify Python versions
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
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 |