Skip to content

Commit

Permalink
unit test for pypy, v2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmaslanka committed Jun 29, 2021
1 parent d11f7d6 commit a822844
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
FROM python:3.5
FROM pypy:3.5
RUN apt-get update && \
apt-get install -y patchelf
RUN python -m pip install Cython pytest coverage pytest-cov auditwheel doctor-wheel twine

ENV DEBUG=1
RUN pypy3 -m pip install Cython pytest coverage pytest-cov auditwheel doctor-wheel twine

WORKDIR /tmp/compile
ADD . /tmp/compile/

RUN python setup.py install && \
RUN pypy3 setup.py install && \
chmod ugo+x /tmp/compile/tests/test.sh

CMD ["/tmp/compile/tests/test.sh"]
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# coding: utf-8
[metadata]
version = 2.4a5
version = 2.4
name = minijson
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
Expand Down

0 comments on commit a822844

Please sign in to comment.