test integration

This commit is contained in:
nicolalandro 2021-11-13 15:00:47 +01:00
parent 8b69141014
commit c06e53f8d9
2 changed files with 8 additions and 1 deletions

7
.gitlab-ci.yml Normal file
View 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

View File

@ -16,7 +16,7 @@ display(HTML('index.html'))
## Features
- [ ] .obj files support
- [x] .obj files support
- [ ] pipy delivery
- [ ] guide for notebook
- [ ] edit html positions and other 3D params