Skip to content

Commit 1b0a395

Browse files
author
Joe
authored
Merge pull request #44 from carlosalberto/update_circleci
Make CircleCI install Python 2.7 and 3.4
2 parents 7671f96 + 7d3db28 commit 1b0a395

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

circle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
machine:
2-
python:
3-
version: 2.7.10
2+
post:
3+
- pyenv global 2.7.10 3.4.4
44
# The 'override' is needed to test multiple versions within tox
55
# See https://github.com/samstav/circleci-python-sandbox/issues/1#issuecomment-142641082
66
dependencies:

0 commit comments

Comments
 (0)