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

Commit

Permalink
Merge pull request #7 from proppy/fix-travis
Browse files Browse the repository at this point in the history
travis: add package deps
  • Loading branch information
proppy committed May 2, 2017
2 parents 271a51f + 6970ed4 commit 8477f40
Showing 1 changed file with 3 additions and 0 deletions.
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
install:
- pip install nox-automation
script:
Expand Down

0 comments on commit 8477f40

Please sign in to comment.