Skip to content

Commit c66fb3e

Browse files
authored
Merge pull request #37 from cclauss/patch-3
Python 2.7.12 instead of 2.7.13
2 parents bc0bd39 + 5953aa4 commit c66fb3e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

circle.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
machine:
22
post:
3-
- pyenv global 2.7.13 3.6.2
3+
- pyenv global 2.7.12 3.6.2
4+
dependencies:
5+
pre:
6+
- pip install --upgrade pip
7+
- pip3 install --upgrade pip
8+
- pip install hacking
9+
- pip3 install hacking
410
general:
511
branches:
612
ignore:

0 commit comments

Comments
 (0)