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
2cbffbf1
Commit
2cbffbf1
authored
Jan 18, 2017
by
WillBrennan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added makefile
parent
88310c94
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
3 deletions
+13
-3
.travis.yml
.travis.yml
+5
-3
Makefile
Makefile
+8
-0
No files found.
.travis.yml
View file @
2cbffbf1
...
@@ -24,8 +24,10 @@ matrix:
...
@@ -24,8 +24,10 @@ matrix:
-
python
:
"
3.7"
-
python
:
"
3.7"
-
python
:
"
nightly"
-
python
:
"
nightly"
install
:
"
pip
install
-r
requirements.txt"
install
:
-
make install
script
:
script
:
-
uname -a
-
uname -a
-
pytest --version
-
pytest --version
-
pytest
-
make test
\ No newline at end of file
\ No newline at end of file
Makefile
0 → 100644
View file @
2cbffbf1
init
:
pip
install
-r
requirements.txt
test
:
pytest
yapf
:
find
.
-type
f
-name
"*.py"
| xargs yapf
-i
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