Skip to content

Commit 3f3ec2c

Browse files
committed
Change install command
1 parent aa5f742 commit 3f3ec2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: python
22
dist: focal
33

44
install:
5-
- sudo apt install libisal2
5+
- sudo apt-get update && sudo apt-get install -y libisal2
66
- pip install tox
77

88
python: 3.6 # Use the oldest supported version of python as default.

0 commit comments

Comments
 (0)