utils test added

This commit is contained in:
Fabian Joswig 2021-10-15 15:46:59 +01:00
parent 4f8345ac86
commit b491096a95
3 changed files with 19 additions and 5 deletions

View file

@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9"]
steps:
- name: Checkout source
@ -27,7 +27,7 @@ jobs:
- name: Install
run: |
python -m pip install --upgrade pip
pip install -e .
pip install .
pip install pytest
pip install pytest-cov