Skip to content

Commit

Permalink
Add Python import and run file to Docker PIP tests. For #15.
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenhombre committed Jul 25, 2022
1 parent 57fc6ea commit 9e2cf1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.piptest
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ RUN pip install smallscheme
RUN echo '(+ 1 1)' | smallscheme
RUN smallscheme fact.scm
RUN smallscheme -t tests.scm
RUN python -c "import smallscheme; smallscheme.run_file('fact.scm')"

0 comments on commit 9e2cf1d

Please sign in to comment.