Skip to content

Commit 5188aad

Browse files
committed
py5
1 parent d972c6d commit 5188aad

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ jobs:
88
- run:
99
name: Setup python3
1010
command: |
11-
pyenv install --list
12-
CFLAGS=-I/usr/include/openssl LDFLAGS=-L/usr/lib pyenv install 3.7.4
13-
pyenv global 2.7.12 3.7.4
11+
pyenv global 2.7.12 3.5.2
1412
python --version
1513
pip --version
1614
python3 --version

0 commit comments

Comments
 (0)