Skip to content

Commit 2fc6a9a

Browse files
committed
[skip appveyor] add repo for py35 dev packages
1 parent c9f156f commit 2fc6a9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ before_install:
1414
- echo $opencv_version
1515

1616
install:
17+
- sudo apt-get install cmake
18+
- sudo add-apt-repository ppa:fkrull/deadsnakes
1719
- if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then sudo apt-get install python2.7-dev; fi
1820
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then sudo apt-get install python3.5-dev; fi
1921
- python -m pip install --upgrade pip

0 commit comments

Comments
 (0)