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 2fc6a9a commit fd565e6Copy full SHA for fd565e6
.travis.yml
@@ -15,9 +15,8 @@ before_install:
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
+ - if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then sudo add-apt-repository ppa:fkrull/deadsnakes -y; fi
+ - if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then sudo apt-get install libpython3.5-dev; fi
21
- python -m pip install --upgrade pip
22
- pip install -r requirements.txt
23
- cd opencv
0 commit comments