Skip to content

Commit

Permalink
update travis config and optional dependencies to include pygraphviz
Browse files Browse the repository at this point in the history
  • Loading branch information
tyarkoni committed Feb 10, 2017
1 parent ef27dff commit d16495a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Expand Up @@ -23,8 +23,8 @@ matrix:
before_install:
- sudo add-apt-repository ppa:joyard-nicolas/ffmpeg -y
- sudo apt-get -qq update
- sudo apt-get install ffmpeg
- sudo apt-get install tesseract-ocr
- sudo apt-get install ffmpeg tesseract-ocr graphviz


- export MINICONDA=$HOME/miniconda
- export PATH="$MINICONDA/bin:$PATH"
Expand All @@ -42,7 +42,8 @@ before_install:
install:
- pip install -r requirements.txt
- pip install --upgrade --ignore-installed setuptools
- pip install --upgrade coveralls pytest-cov pysrt xlrd clarifai seaborn pytesseract matplotlib SpeechRecognition IndicoIo tensorflow
- pip install --upgrade coveralls pytest-cov pysrt xlrd clarifai seaborn pytesseract
- pip install --upgrade matplotlib SpeechRecognition IndicoIo tensorflow pygraphviz
- pip install 'numpy<1.12.0'

before_script:
Expand Down
1 change: 1 addition & 0 deletions optional-dependencies.txt
Expand Up @@ -2,6 +2,7 @@ clarifai
cv2
google-api-python-client
matplotlib
pygraphviz
pysrt
seaborn
SpeechRecognition>=3.6.0
Expand Down

0 comments on commit d16495a

Please sign in to comment.