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
1c948d61
Commit
1c948d61
authored
Jan 18, 2017
by
WillBrennan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
revised travis
parent
fe77bb9c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
16 deletions
+29
-16
.travis.yml
.travis.yml
+29
-16
No files found.
.travis.yml
View file @
1c948d61
language
:
python
language
:
python
python
:
-
"
2.6"
before_script
:
-
"
2.7"
-
pip install -U pytest
-
"
3.2"
-
"
3.3"
matrix
:
-
"
3.4"
include
:
-
"
3.5"
-
python
:
"
2.6"
-
"
3.5-dev"
# 3.5 development branch
-
python
:
"
2.7"
-
"
3.6"
-
python
:
"
3.2"
-
"
3.6-dev"
# 3.6 development branch
-
python
:
"
3.3"
-
"
3.7-dev"
# 3.7 development branch
-
python
:
"
3.4"
-
"
nightly"
# currently points to 3.7-dev
-
python
:
"
3.5"
# command to install dependencies
-
python
:
"
3.5-dev"
-
python
:
"
3.6"
-
python
:
"
3.6-dev"
-
python
:
"
3.7"
-
python
:
"
nightly"
allow_failures
:
-
python
:
"
3.5-dev"
-
python
:
"
3.6"
-
python
:
"
3.6-dev"
-
python
:
"
3.7"
-
python
:
"
nightly"
install
:
"
pip
install
-r
requirements.txt"
install
:
"
pip
install
-r
requirements.txt"
# command to run tests
script
:
script
:
pytest
-
uname -a
\ No newline at end of file
-
pytest --version
-
pytest
\ 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