Skip to content

Commit

Permalink
More tests to unbreak PyPI releases
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenhombre committed Jul 21, 2022
1 parent 02191bb commit 125b72b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ RUN apt-get -qq -y upgrade

RUN apt-get install -qq -y make

RUN echo
RUN pip install smallscheme
RUN echo '(+ 1 1)' | smallscheme
1 change: 1 addition & 0 deletions smallscheme/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from scheme import *

from . import _version
__version__ = _version.get_versions()['version']

0 comments on commit 125b72b

Please sign in to comment.