travis: we support only immortal Python 2.7, 3.4 as latest version that supports WinXP and 3.7

This commit is contained in:
Alibek Omarov 2019-06-07 02:34:49 +03:00
parent 95ab77cbf4
commit 4f04c76cbc
1 changed files with 3 additions and 6 deletions

View File

@ -7,12 +7,9 @@ addons:
packages:
- build-essential
python:
- "2.6"
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "2.7" # python2 never dies
- "3.4" # latest version that supports WinXP
- "3.7" # latest stable
env:
- TYPE="ext"
- TYPE="noext"