Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
skin_detector
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
人工智能
skin_detector
Commits
ed878620
Commit
ed878620
authored
Jan 22, 2017
by
WillBrennan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated travis
parent
a54277f6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
34 deletions
+11
-34
.travis.yml
.travis.yml
+11
-34
No files found.
.travis.yml
View file @
ed878620
language
:
python
language
:
python
dist
:
trusty
sudo
:
required
before_script
:
-
export PATH=/usr/bin:$PATH
-
sudo apt-get update -qq
-
sudo apt-get install -yq python-dev python-numpy python-opencv
-
sudo ln /dev/null /dev/raw1394
-
python -c "import cv2; print cv2.__version__"
matrix
:
matrix
:
include
:
include
:
-
python
:
"
2.6"
-
python
:
"
2.7"
-
python
:
"
2.7"
-
python
:
"
3.2"
-
python
:
"
3.3"
before_install
:
-
python
:
"
3.4"
# update aptitude
-
python
:
"
3.5"
-
sudo apt-get update
-
python
:
"
3.5-dev"
-
sudo apt-get install -y python-opencv
-
python
:
"
3.6"
-
python
:
"
3.6-dev"
# help python importing cv and/or cv2
-
python
:
"
3.7"
-
export PYTHONPATH=$PYTHONPATH:/usr/lib/pymodules/python$TRAVIS_PYTHON_VERSION
-
python
:
"
nightly"
allow_failures
:
# verify all requirements were met
-
python
:
"
3.2"
-
INSTALLDIR=$(python -c "import os; import numpy; import cv; import cv2; print(os.path.dirname(cv2.__file__))")
-
python
:
"
3.5-dev"
-
python
:
"
3.6"
-
python
:
"
3.6-dev"
-
python
:
"
3.7"
-
python
:
"
nightly"
install
:
install
:
-
make install
-
make install
script
:
script
:
-
uname -a
-
pytest --version
-
python -V
-
which python
-
python -m pytest --version
-
make test
-
make test
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment