X Tutup
Skip to content

Commit 5b4a010

Browse files
committed
rollback to pypy5.3 for the ci builds
1 parent d11f7d9 commit 5b4a010

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Makefile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,13 @@ coverage: clean
4848
coverage html
4949
coverage report
5050

51-
ci: dev
51+
ci:
52+
pyenv install -s 2.7.11
53+
pyenv install -s 3.5.1
54+
pyenv install -s pypy-5.3
55+
pyenv install -s pypy3-2.4.0
56+
pyenv local 2.7.11 3.5.2 pypy-5.3 pypy3-2.4.0
57+
pip install -Ur requirements.testing.txt
5258
tox
5359
CODECOV_TOKEN=`cat .codecov-token` codecov
5460

0 commit comments

Comments
 (0)
X Tutup