Skip to content

Commit 8c6a455

Browse files
nis-spiirxiafu-msft
authored andcommitted
Fix broken test for python 3.4
Error message from azure DevOps: ``` Version spec 3.4 for architecture x64 did not match any version in Agent.ToolsDirectory. ```
1 parent 923621b commit 8c6a455

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.azure-pipelines/client.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ jobs:
4141
os.name: 'Linux'
4242
os.vmImage: 'ubuntu-16.04'
4343
python.version: '2.7'
44-
Linux_Python34:
45-
os.name: 'Linux'
46-
os.vmImage: 'ubuntu-16.04'
47-
python.version: '3.4'
4844
Linux_Python35:
4945
os.name: 'Linux'
5046
os.vmImage: 'ubuntu-16.04'

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ matrix:
66
include:
77
- os: linux
88
python: "2.7"
9-
- os: linux
10-
python: "3.4"
119
- os: linux
1210
python: "3.5"
1311
- os: linux

0 commit comments

Comments
 (0)