Skip to content

Commit 981aafb

Browse files
steff456gatesn
authored andcommitted
PR: Fix circle and appveyor tests (#605)
* fix circle and appveyor tests * change to python 3.5
1 parent bc20e89 commit 981aafb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
python3-test:
1616
docker:
17-
- image: "python:3.4-stretch"
17+
- image: "python:3.5-stretch"
1818
steps:
1919
- checkout
2020
- run: pip install -e .[all] .[test]
@@ -32,7 +32,7 @@ jobs:
3232

3333
publish:
3434
docker:
35-
- image: "python:3.4-stretch"
35+
- image: "python:3.5-stretch"
3636
steps:
3737
- checkout
3838
- run: ./scripts/circle/pypi.sh

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ environment:
44
PYTHON_VERSION: "2.7.15"
55
PYTHON_ARCH: "64"
66

7-
- PYTHON: "C:\\Python34"
8-
PYTHON_VERSION: "3.4.9"
7+
- PYTHON: "C:\\Python35"
8+
PYTHON_VERSION: "3.5.7"
99
PYTHON_ARCH: "64"
1010

1111
matrix:

0 commit comments

Comments
 (0)