Browse Source

remove pkg-config dependency update

Chris Simpkins 7 years ago
parent
commit
c290a387ed
1 changed files with 0 additions and 2 deletions
  1. 0 2
      .travis.yml

+ 0 - 2
.travis.yml

@@ -42,8 +42,6 @@ matrix:
       before_install:
         - brew update
         - brew install python3
-        - brew install pkg-config || brew reinstall pkg-config
-        - brew link --force pkg-config
         - virtualenv env -p python3
         - source env/bin/activate
       script: