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

Commit da71204

Browse files
committed
tweak Makefile to allow for a PyPi wheel push for 2.7 and 3.5
1 parent 922479d commit da71204

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

Makefile

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

1414
pyenv:
1515
pyenv install -s 2.7.11
16-
pyenv install -s 3.5.1
17-
pyenv install -s pypy-5.3.1
16+
pyenv install -s 3.5.2
17+
pyenv install -s pypy-5.3.2
1818
# pyenv install -s pypy3-2.4.0
19-
pyenv local 2.7.11 3.5.1 pypy-5.3.1 # pypy3-2.4.0
19+
pyenv local 2.7.11 3.5.2 pypy-5.3.2 # pypy3-2.4.0
2020

2121
dev: env pyenv
2222
pip install -Ur requirements.testing.txt
@@ -60,5 +60,9 @@ build: clean
6060
python setup.py bdist_wheel
6161

6262
upload: clean
63+
pyenv 2.7.11
6364
python setup.py sdist upload
6465
python setup.py bdist_wheel upload
66+
pyenv 3.5.2
67+
python setup.py bdist_wheel upload
68+
pyenv local 2.7.11 3.5.2 pypy-5.3.2

0 commit comments

Comments
 (0)