Skip to content

Commit b58eb2d

Browse files
author
Rajmund Csombordi
committed
Added py310 tests
1 parent cc5c4b7 commit b58eb2d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
pip install PyVCF==0.6.8 XlsxWriter===0.9.3
3535
- name: Scripts
3636
run: |
37-
nosetests -e test_solvebio_auth -e recipes
38-
python -m pytest recipes/tests/test_recipes_sync.py
37+
python -m pytest -v solvebio/contrib/dash/tests/test_solvebio_auth.py
38+
python -m pytest -v recipes/tests/test_recipes_sync.py
3939
python -m flake8 solvebio

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ python =
1919
3.6: py36
2020
3.7: py37
2121
3.8: py38
22+
3.10: py310
2223

2324
[tox]
2425
envlist = py27, py34, py37, pypy

0 commit comments

Comments
 (0)