Also install setuptools
diff --git a/.travis.yml b/.travis.yml
index bbb264b..a53b315 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,6 +15,7 @@
           - python3-pip
     before_script:
       - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
+      - pip3 --disable-pip-version-check install setuptools
       - pip3 --disable-pip-version-check install meson
       - source $HOME/.cargo/env
       - cd ext
@@ -39,6 +40,7 @@
           - python3-pip
     before_script:
       - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
+      - pip3 --disable-pip-version-check install setuptools
       - pip3 --disable-pip-version-check install meson
       - source $HOME/.cargo/env
       - cd ext
@@ -63,6 +65,7 @@
           - python3-pip
     before_script:
       - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
+      - pip3 --disable-pip-version-check install setuptools
       - pip3 --disable-pip-version-check install meson
       - source $HOME/.cargo/env
       - cd ext
@@ -87,6 +90,7 @@
           - python3-pip
     before_script:
       - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
+      - pip3 --disable-pip-version-check install setuptools
       - pip3 --disable-pip-version-check install meson
       - source $HOME/.cargo/env
       - cd ext