From 7c2b079423ce11ca8da5b8ffdd26b9258f76aca2 Mon Sep 17 00:00:00 2001 From: Emerson Rocha Date: Sun, 14 Nov 2021 16:09:00 -0300 Subject: [PATCH] v0.8.9-rc.2 release preparation --- .github/workflows/testum.yml | 6 +- .gitignore | 3 +- CHANGELOG.md | 4 ++ README.md | 7 +++ setup.cfg | 31 +++++++++- .../testinfra/test_disciplinam_manuale.py | 60 +++++++++++++++++++ tox.ini | 5 +- 7 files changed, 107 insertions(+), 9 deletions(-) create mode 100755 testum/de-python/testinfra/test_disciplinam_manuale.py diff --git a/.github/workflows/testum.yml b/.github/workflows/testum.yml index 618c072..864f508 100644 --- a/.github/workflows/testum.yml +++ b/.github/workflows/testum.yml @@ -1,4 +1,4 @@ -name: tests +name: testum on: - push @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7, 3.8, 3.9] + python-version: [3.7, 3.8, 3.9, 3.10] steps: - uses: actions/checkout@v1 @@ -24,4 +24,6 @@ jobs: - name: Test with tox run: tox + + # TODO: remove the continue-on-error continue-on-error: true \ No newline at end of file diff --git a/.gitignore b/.gitignore index 99f17ac..6ad485f 100644 --- a/.gitignore +++ b/.gitignore @@ -52,4 +52,5 @@ __pycache__ .idea ### temp -# tox.ini \ No newline at end of file +# tox.ini +Dockerfile \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e0e43cf..ce41691 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Added +- TODO +## [v0.8.9-rc.2] - 2020-11-14 + ### Added - , working draft of new documentation page. Based on (eventually to be deprecated) - `testum/de-python/testinfra/test_simplex.py` de `EticaAI/HXL-Data-Science-file-formats/tests/test_shell_basic.py` diff --git a/README.md b/README.md index 82e2359..4f37ceb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ # hxltm **[monorepo split not finished] See https://github.com/EticaAI/HXL-Data-Science-file-formats/issues/25** +- + +```bash +pip install hxltm-eticaai +``` + +