Skip to content

Commit

Permalink
Try workaround for yaml problem on Mac with Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixPetriconi committed Jul 9, 2018
1 parent 007846d commit 2ad62ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -32,6 +32,8 @@ matrix:
before_install:
- brew update
- brew upgrade python
- brew uninstall libyaml
- pip3 install --no-cache-dir pyyaml
- pip3 install conan
- ./enhance_conan.sh

Expand All @@ -45,6 +47,8 @@ matrix:
before_install:
- brew update
- brew upgrade python
- brew uninstall libyaml
- pip3 install --no-cache-dir pyyaml
- pip3 install conan
- ./enhance_conan.sh

Expand Down

0 comments on commit 2ad62ca

Please sign in to comment.