Skip to content

Commit b9c536f

Browse files
committed
Remove cython testing
1 parent 77405c1 commit b9c536f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

tox.ini

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
[tox]
2-
envlist={py37,py38,py39,p310}{,-cython},pypy3,pylint
2+
envlist=py37,py38,py39,p310,pypy3,pylint
33
skip_missing_interpreters=True
44

55
[testenv]
66
commands=
77
pytest {posargs}
88
deps=
9-
cython: Cython
109
pytest
11-
setenv=
12-
PY_IGNORE_IMPORTMISMATCH=1
1310

1411
[pytest]
1512
addopts=

0 commit comments

Comments
 (0)