X Tutup
Skip to content

Commit 7f8d2f0

Browse files
committed
use versions of python supported by circleci
1 parent 5b4a010 commit 7f8d2f0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ env:
1313

1414
dev: env
1515
pyenv install -s 2.7.11
16-
pyenv install -s 3.5.2
17-
pyenv install -s pypy-5.4
16+
pyenv install -s 3.5.1
17+
pyenv install -s pypy-5.3.1
1818
pyenv install -s pypy3-2.4.0
19-
pyenv local 2.7.11 3.5.2 pypy-5.4 pypy3-2.4.0
19+
pyenv local 2.7.11 3.5.1 pypy-5.3.1 pypy3-2.4.0
2020
pip install -Ur requirements.testing.txt
2121

2222
info:
@@ -51,9 +51,9 @@ coverage: clean
5151
ci:
5252
pyenv install -s 2.7.11
5353
pyenv install -s 3.5.1
54-
pyenv install -s pypy-5.3
54+
pyenv install -s pypy-5.3.1
5555
pyenv install -s pypy3-2.4.0
56-
pyenv local 2.7.11 3.5.2 pypy-5.3 pypy3-2.4.0
56+
pyenv local 2.7.11 3.5.1 pypy-5.3.1 pypy3-2.4.0
5757
pip install -Ur requirements.testing.txt
5858
tox
5959
CODECOV_TOKEN=`cat .codecov-token` codecov

0 commit comments

Comments
 (0)
X Tutup