We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 923621b commit 8c6a455Copy full SHA for 8c6a455
.azure-pipelines/client.yml
@@ -41,10 +41,6 @@ jobs:
41
os.name: 'Linux'
42
os.vmImage: 'ubuntu-16.04'
43
python.version: '2.7'
44
- Linux_Python34:
45
- os.name: 'Linux'
46
- os.vmImage: 'ubuntu-16.04'
47
- python.version: '3.4'
48
Linux_Python35:
49
50
.travis.yml
@@ -6,8 +6,6 @@ matrix:
6
include:
7
- os: linux
8
python: "2.7"
9
- - os: linux
10
- python: "3.4"
11
12
python: "3.5"
13
0 commit comments