From 130aec165ddcd8910cda9b99cff9a8d82b551364 Mon Sep 17 00:00:00 2001 From: Jean-Michel Picod Date: Thu, 6 Feb 2020 10:59:09 +0100 Subject: [PATCH] Revert python3-crcmod install Python3 on Travis is old (3.5) so crcmod is installed by pip anyway. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c27d0df..4f92d2c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,6 @@ addons: - "python3-pip" - "python3-setuptools" - "python3-wheel" - - "python3-crcmod" cache: - rust