Commit 3f3df2d0 authored by WillBrennan's avatar WillBrennan

opencv in travis

parent 7778877f
......@@ -3,7 +3,7 @@ language: python
before_script:
- pip install -U pytest
- sudo apt-get update -qq
- sudo apt-get install -yq python-opencv
- sudo apt-get install -yq python-dev python-numpy python-opencv
- python -c "import cv2; print cv2.__version__"
matrix:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment