Skip to content
Snippets Groups Projects
Commit 3ae0337f authored by Jean-Michel Picod's avatar Jean-Michel Picod
Browse files

Install system python3-crcmod on Travis.

Python3-setuptools seems old and installing crcmod (dependency from
tockloader) from pip fails because of this. Installing from the system
package manager should solve the problem.
parent a02cbd3c
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@ addons:
- "python3"
- "python3-pip"
- "python3-setuptools"
- "python3-crcmod"
cache:
- rust
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment