Skip to content
This repository was archived by the owner on Oct 19, 2023. It is now read-only.

travis: add package deps #7

Merged
merged 1 commit into from
May 2, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
language: python
python:
- "3.6"
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y portaudio19-dev libffi-dev libssl-dev

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you mentioned recently that you thought we didn't need libffi-dev anymore since we dropped the pyaudio dep... happy to still install it, but even happier to remove it :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we might still need it, if there is no portaudio wheel for a given platform, I will investigate separately #10

install:
- pip install nox-automation
script:
Expand Down