Skip to content

Commit

Permalink
Use python3 for test call
Browse files Browse the repository at this point in the history
  • Loading branch information
scottransom committed Nov 19, 2019
1 parent 98ccd70 commit d828bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/py3.docker
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ WORKDIR /code/src
RUN make libpresto slalib
WORKDIR /code
RUN pip3 install /code
RUN python tests/test_presto_python.py
RUN python3 tests/test_presto_python.py

0 comments on commit d828bc0

Please sign in to comment.