Skip to content

Commit ef32977

Browse files
committed
travis: fall back to python 2; will move to 3 with ubuntu 20 only
1 parent 34d56d3 commit ef32977

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

contrib/ci/Dockerfiles/z3_base_ubuntu_18.04.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ RUN apt-get update && \
1414
graphviz \
1515
python3 \
1616
python3-setuptools \
17+
python2.7 \
18+
python-setuptools \
1719
sudo
1820

1921
RUN curl -SL https://packages.microsoft.com/config/ubuntu/16.04/packages-microsoft-prod.deb --output packages-microsoft-prod.deb && \

contrib/ci/Dockerfiles/z3_build.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ARG DOTNET_BINDINGS
1212
ARG JAVA_BINDINGS
1313
ARG NO_SUPPRESS_OUTPUT
1414
ARG PYTHON_BINDINGS
15-
ARG PYTHON_EXECUTABLE=/usr/bin/python3
15+
ARG PYTHON_EXECUTABLE=/usr/bin/python
1616
ARG RUN_API_EXAMPLES
1717
ARG RUN_SYSTEM_TESTS
1818
ARG RUN_UNIT_TESTS

0 commit comments

Comments
 (0)