diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..983d4b3 --- /dev/null +++ b/.gitlab-ci.yml @@ -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 diff --git a/README.md b/README.md index bc03ea2..7e85337 100644 --- a/README.md +++ b/README.md @@ -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