Skip to content

Commit aaf065f

Browse files
committed
Test circleci with python 3.6 instead of 3.5.
1 parent 89cf4fc commit aaf065f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
version: 2
22
jobs:
3-
test_py35:
3+
test_py36:
44
docker:
5-
- image: circleci/python:3.5
5+
- image: circleci/python:3.6
66
steps:
77
- checkout
88
- run: pip install --user tox
9-
- run: ~/.local/bin/tox -e py35
9+
- run: ~/.local/bin/tox -e py36
1010
test_py27:
1111
docker:
1212
- image: circleci/python:2.7
@@ -19,5 +19,5 @@ workflows:
1919
version: 2
2020
build_and_test:
2121
jobs:
22-
- test_py35
22+
- test_py36
2323
- test_py27

0 commit comments

Comments
 (0)