Browse Source

Revert "Install python development libraries"

This reverts commit a2fe91f8cf.
test_fixup
Clifton Barnes 4 years ago
parent
commit
d4d0c70515
No known key found for this signature in database GPG Key ID: 4D011A1BC4B239D7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml View File

@@ -7,7 +7,7 @@ jobs:
env: PYVER=3.6
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libarchive-dev python3-dev
- sudo apt-get install -qq libarchive-dev
install:
- make build
script:


Loading…
Cancel
Save