Commit 7778877f authored by WillBrennan's avatar WillBrennan

added python check

parent dae63825
...@@ -4,6 +4,7 @@ before_script: ...@@ -4,6 +4,7 @@ before_script:
- pip install -U pytest - pip install -U pytest
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -yq python-opencv - sudo apt-get install -yq python-opencv
- python -c "import cv2; print cv2.__version__"
matrix: matrix:
include: include:
......
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