Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Commit

Permalink
Add python dev libs to work around yaml/pyyaml#126
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdaemon committed Feb 12, 2018
1 parent f04a08e commit 7ce8285
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ python:
cache: pip
install:
- sudo apt-get update -q
- sudo apt-get install python-dev libpython-dev
- pip install -r ./requirements.txt
script:
- py.test . -v --cov . --cov-report term-missing
Expand Down

0 comments on commit 7ce8285

Please sign in to comment.