From c06e53f8d9c46eba1bed9344a408ea0be8ec1368 Mon Sep 17 00:00:00 2001 From: nicolalandro Date: Sat, 13 Nov 2021 15:00:47 +0100 Subject: [PATCH] test integration --- .gitlab-ci.yml | 7 +++++++ README.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .gitlab-ci.yml 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