Skip to content

Commit a00d24f

Browse files
committed
Bump to latest CircleCI supported Python
2.7.10 of python is available standard on CircleCI, so bump to that. The list of supported versions can be found at: https://circleci.com/docs/environment/#python Fixes #85.
1 parent a03a274 commit a00d24f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
override:
77
- pip install -U pip
88
- pip install -U tox tox-pyenv
9-
- pyenv local 2.7.9 3.4.3 3.5.0
9+
- pyenv local 2.7.10 3.4.3 3.5.0
1010

1111
test:
1212
override:

0 commit comments

Comments
 (0)