diff --git a/Earthfile b/Earthfile index e4e515a..6963719 100644 --- a/Earthfile +++ b/Earthfile @@ -44,4 +44,6 @@ test-pypi-install: test-2and3: FROM +build DO +INSTALL + # Not all platforms provide python2 + RUN apt-get update; apt-get install -y python-all-dev python-pip || true RUN bash -x ./test2and3.sh