From 771f87aa3d997a3ceacc94677884000ab888d8b1 Mon Sep 17 00:00:00 2001 From: Imelstorm Date: Tue, 6 Aug 2019 21:59:23 +0300 Subject: [PATCH] Remove python 3.4 windows env from travis ci --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9587765..49547eb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,12 +36,6 @@ matrix: - choco install python2 - python -m pip install --upgrade pip env: PATH=/c/Python27:/c/Python27/Scripts:$PATH - - os: windows - language: shell - before_install: - - choco install python --version 3.4.2 - - python -m pip install --upgrade pip - env: PATH=/c/Python34:/c/Python34/Scripts:/c/tools/python:/c/tools/python/Scripts:$PATH - os: windows language: shell before_install: