We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 922479d commit da71204Copy full SHA for da71204
1 file changed
Makefile
@@ -13,10 +13,10 @@ env:
13
14
pyenv:
15
pyenv install -s 2.7.11
16
- pyenv install -s 3.5.1
17
- pyenv install -s pypy-5.3.1
+ pyenv install -s 3.5.2
+ pyenv install -s pypy-5.3.2
18
# pyenv install -s pypy3-2.4.0
19
- pyenv local 2.7.11 3.5.1 pypy-5.3.1 # pypy3-2.4.0
+ pyenv local 2.7.11 3.5.2 pypy-5.3.2 # pypy3-2.4.0
20
21
dev: env pyenv
22
pip install -Ur requirements.testing.txt
@@ -60,5 +60,9 @@ build: clean
60
python setup.py bdist_wheel
61
62
upload: clean
63
+ pyenv 2.7.11
64
python setup.py sdist upload
65
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