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

[skip appveyor] fix package names

上级 1f36271d
......@@ -14,8 +14,8 @@ before_install:
- echo $opencv_version
install:
- if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then sudo apt-get install libpython2.7-dev; fi
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then sudo apt-get install libpython3.5-dev; fi
- 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
- pip install -r requirements.txt
- cd opencv
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册