From 10b91e78f2a5fb787a83c7ec47d7b694ddd48ed7 Mon Sep 17 00:00:00 2001 From: Charles Hong <31425218+charleshong3@users.noreply.github.com> Date: Sat, 14 Mar 2020 16:17:14 -0700 Subject: [PATCH] Add python3-setuptools to Travis (#748) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1c0ac8e9..b4faee92 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,7 @@ matrix: addons: apt: packages: + - python3-setuptools - python3-pip - libasound2-dev - socat