3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 17:44:08 +00:00

travis: lets try with python 3

This commit is contained in:
Nuno Lopes 2021-02-20 10:07:40 +00:00
parent f1e6227b8f
commit fd698f41fe

View file

@ -12,7 +12,7 @@ ARG DOTNET_BINDINGS
ARG JAVA_BINDINGS
ARG NO_SUPPRESS_OUTPUT
ARG PYTHON_BINDINGS
ARG PYTHON_EXECUTABLE=python
ARG PYTHON_EXECUTABLE=/usr/bin/python3
ARG RUN_API_EXAMPLES
ARG RUN_SYSTEM_TESTS
ARG RUN_UNIT_TESTS