提交 2fc6a9ad 编写于 作者: O Olli-Pekka Heinisuo

[skip appveyor] add repo for py35 dev packages

上级 c9f156f0
......@@ -14,6 +14,8 @@ before_install:
- echo $opencv_version
install:
- sudo apt-get install cmake
- sudo add-apt-repository ppa:fkrull/deadsnakes
- if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then sudo apt-get install python2.7-dev; fi
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then sudo apt-get install python3.5-dev; fi
- python -m pip install --upgrade pip
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册