Fix missing python setuptools package on Travis

This commit is contained in:
Jean-Michel Picod
2020-02-06 10:31:56 +01:00
parent 424d1e0be8
commit a02cbd3c9e

View File

@@ -24,6 +24,7 @@ addons:
packages: packages:
- "python3" - "python3"
- "python3-pip" - "python3-pip"
- "python3-setuptools"
cache: cache:
- rust - rust