Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

Commit e50f47a

Browse files
committed
bump ci python version
1 parent 15ce1c8 commit e50f47a

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ sudo: false
22
language: python
33
python:
44
- "2.7"
5-
- "3.4"
65
- "3.5"
6+
- "3.6"
77
install:
88
# We do this conditionally because it saves us some downloading if the
99
# version is the same.

appveyor.yml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,21 @@ environment:
99
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\build_tools\\appveyor\\run_with_env.cmd"
1010

1111
matrix:
12-
- PYTHON: "C:\\Python27"
13-
PYTHON_VERSION: "2.7.8"
12+
- PYTHON_VERSION: "2.7.13"
1413
PYTHON_ARCH: "32"
1514
MINICONDA: "C:\\Miniconda"
1615

17-
- PYTHON: "C:\\Python27-x64"
18-
PYTHON_VERSION: "2.7.8"
16+
- PYTHON_VERSION: "2.7.13"
1917
PYTHON_ARCH: "64"
2018
MINICONDA: "C:\\Miniconda-x64"
2119

22-
- PYTHON: "C:\\Python35"
23-
PYTHON_VERSION: "3.5.0"
20+
- PYTHON_VERSION: "3.6.0"
2421
PYTHON_ARCH: "32"
25-
MINICONDA: "C:\\Miniconda35"
22+
MINICONDA: "C:\\Miniconda36"
2623

27-
- PYTHON: "C:\\Python35-x64"
28-
PYTHON_VERSION: "3.5.0"
24+
- PYTHON_VERSION: "3.6.0"
2925
PYTHON_ARCH: "64"
30-
MINICONDA: "C:\\Miniconda35-x64"
31-
26+
MINICONDA: "C:\\Miniconda36-x64"
3227

3328

3429
install:

0 commit comments

Comments
 (0)