test integration
This commit is contained in:
parent
8b69141014
commit
c06e53f8d9
7
.gitlab-ci.yml
Normal file
7
.gitlab-ci.yml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
python_test:
|
||||||
|
image: python:3.8.5
|
||||||
|
script:
|
||||||
|
- pip install --upgrade pip
|
||||||
|
- pip install coverage
|
||||||
|
- coverage run --source=src -m unittest discover
|
||||||
|
- coverage report
|
@ -16,7 +16,7 @@ display(HTML('index.html'))
|
|||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- [ ] .obj files support
|
- [x] .obj files support
|
||||||
- [ ] pipy delivery
|
- [ ] pipy delivery
|
||||||
- [ ] guide for notebook
|
- [ ] guide for notebook
|
||||||
- [ ] edit html positions and other 3D params
|
- [ ] edit html positions and other 3D params
|
||||||
|
Loading…
Reference in New Issue
Block a user