Skip to content

Commit d32c85c

Browse files
author
Adrian
authored
Added support for -k option used for testing (#209)
* Added support for -k option used for testing * Removed vofs
1 parent 33d390f commit d32c85c

40 files changed

+101
-7345
lines changed

.github/workflows/cibuild.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
run: python -m pip install --upgrade tox
2222
- name: egg-info vos
2323
run: cd vos && tox -e egg_info
24-
- name: egg-info vofs
25-
run: cd vofs && tox -e egg_info
2624

2725
tests:
2826
needs: egginfo
@@ -31,8 +29,8 @@ jobs:
3129
fail-fast: true
3230
matrix:
3331
#TODO 2.7 fails on GH Actions but cannot be reproduced locally. Disabled for now.
34-
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
35-
package: [vos, vofs]
32+
python-version: ["3.7", "3.8", "3.9", "3.10"]
33+
package: [vos]
3634
steps:
3735
- name: Checkout code
3836
uses: actions/checkout@v2
@@ -67,12 +65,10 @@ jobs:
6765
run: python -m pip install --upgrade tox
6866
- name: checkstyle & coverage vos
6967
run: cd vos && tox -e checkstyle && tox -e cov
70-
- name: checkstyle & coverage vofs
71-
run: cd vofs && tox -e checkstyle && tox -e cov
7268
- name: Upload coverage to codecov
7369
uses: codecov/codecov-action@v1
7470
with:
75-
files: ./vos/coverage.xml,./vofs/coverage.xml
71+
files: ./vos/coverage.xml
7672

7773
build-n-publish:
7874
name: Build and publish to PyPI

vofs/FAQ.txt

Lines changed: 0 additions & 14 deletions
This file was deleted.

vofs/MANIFEST.in

Lines changed: 0 additions & 18 deletions
This file was deleted.

vofs/README.rst

Lines changed: 0 additions & 82 deletions
This file was deleted.

vofs/docs/Makefile

Lines changed: 0 additions & 133 deletions
This file was deleted.

vofs/docs/_templates/autosummary/base.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

vofs/docs/_templates/autosummary/class.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

vofs/docs/_templates/autosummary/module.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)