We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f156f commit 2fc6a9aCopy full SHA for 2fc6a9a
.travis.yml
@@ -14,6 +14,8 @@ before_install:
14
- echo $opencv_version
15
16
install:
17
+ - sudo apt-get install cmake
18
+ - sudo add-apt-repository ppa:fkrull/deadsnakes
19
- if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then sudo apt-get install python2.7-dev; fi
20
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then sudo apt-get install python3.5-dev; fi
21
- python -m pip install --upgrade pip
0 commit comments