File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313
1414dev : 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
2222info :
@@ -51,9 +51,9 @@ coverage: clean
5151ci :
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
You can’t perform that action at this time.
0 commit comments