travis: we support only immortal Python 2.7, 3.4 as latest version that supports WinXP and 3.7
This commit is contained in:
parent
95ab77cbf4
commit
4f04c76cbc
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user