Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit ae88240

Browse files
committed
oops, pypy is 3.5.1 not 3.5.2, got carried away a bit
1 parent 96f556c commit ae88240

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ env:
1414
pyenv:
1515
pyenv install -s 2.7.11
1616
pyenv install -s 3.5.2
17-
pyenv install -s pypy-5.3.2
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.3.2 # pypy3-2.4.0
19+
pyenv local 2.7.11 3.5.2 pypy-5.3.1 # pypy3-2.4.0
2020

2121
dev: env pyenv
2222
pip install -Ur requirements.testing.txt
@@ -63,6 +63,6 @@ upload: clean
6363
pyenv 2.7.11
6464
python setup.py sdist upload
6565
python setup.py bdist_wheel upload
66-
pyenv 3.5.2
66+
pyenv 3.5.1
6767
python setup.py bdist_wheel upload
68-
pyenv local 2.7.11 3.5.2 pypy-5.3.2
68+
pyenv local 2.7.11 3.5.2 pypy-5.3.1

0 commit comments

Comments
 (0)