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
d4bdfa53
Commit
d4bdfa53
authored
Jan 21, 2017
by
WillBrennan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixing pytest call
parent
a91d8105
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
.travis.yml
.travis.yml
+2
-1
Makefile
Makefile
+1
-1
requirements.txt
requirements.txt
+1
-0
No files found.
.travis.yml
View file @
d4bdfa53
...
...
@@ -5,7 +5,6 @@ sudo: required
before_script
:
-
export PATH=/usr/bin:$PATH
-
pip install -U pytest
-
sudo apt-get update -qq
-
sudo apt-get install -yq python-dev python-numpy python-opencv
-
sudo ln /dev/null /dev/raw1394
...
...
@@ -38,5 +37,6 @@ install:
script
:
-
uname -a
-
pytest --version
-
python -m pytest --version
-
make test
\ No newline at end of file
Makefile
View file @
d4bdfa53
install
:
pip
install
-r
requirements.txt
pip
install
-
U
-
r
requirements.txt
test
:
python
-m
pytest tests/
...
...
requirements.txt
View file @
d4bdfa53
pytest
sphinx
numpy
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