Skip to content

Commit

Permalink
Remove tox
Browse files Browse the repository at this point in the history
as it duplicated the matrix strategy in ci.
  • Loading branch information
munichpavel committed Jun 16, 2023
1 parent 280a1eb commit 978e068
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ jobs:
python -m pip install --upgrade coverage[toml] virtualenv tox tox-gh-actions
python -m pip install -r requirements.txt
python -m pip install .
- name: "Run tox targets for ${{ matrix.python-version }}, ${{ matrix.os }}"
run: "python -m tox"
- name: "Run package tests for ${{ matrix.python-version }}, ${{ matrix.os }}"
run: "python -m pytest -vv -m 'not latex and not notebook'"
- name: "Run notebook tests for ${{ matrix.python-version }} if ubuntu os"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ Note: I do not follow [Semantic Versioning](https://semver.org/) for this projec
* Add escaping of model-selection-notebook correlation tex table columns
* Fix latex color theme name for Ubuntu
* Update github action versions for checkout and setup-python
* Remove tox, as it duplicated the ci-cd matrix strategy

### v2022.1.2

Expand Down
9 changes: 0 additions & 9 deletions tox.ini

This file was deleted.

0 comments on commit 978e068

Please sign in to comment.