CI: try to fix and simplify apt setup
Run apt update to update the package cache, as this seems to be needed by Travis now. Also reduce the package set - we don't build any deb or rpm packages anymore. This should hopefully fix the CI build.
This commit is contained in:
parent
3875b1f415
commit
217e5fb17e
@ -9,7 +9,8 @@ python:
|
||||
- "3.6"
|
||||
- "pypy3"
|
||||
before_install:
|
||||
- sudo apt install rpm dpkg-dev debhelper dh-python python3-setuptools fakeroot python3-serial python3-yaml
|
||||
- sudo apt update
|
||||
- sudo apt install python3-setuptools python3-serial python3-yaml
|
||||
install:
|
||||
- pip install pyusb
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user