Skip to content

Commit

Permalink
Adjust .travis.yml file.
Browse files Browse the repository at this point in the history
Need to install libparted-devel, hope I remember what Debian named it.
  • Loading branch information
dcantrell committed Apr 22, 2019
1 parent c97abf0 commit 20dd905
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ matrix:
dist: xenial
sudo: true

install:
before_install:
- sudo apt-get update
- sudo apt-get install -y libparted-devel
- pip install --upgrade pip setuptools pytest
- pip install coverage

Expand Down

0 comments on commit 20dd905

Please sign in to comment.