mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
Use new pytest-runner command
`ptr` is considered deprecated and will be removed in a future version.
This commit is contained in:
parent
780f75eaf7
commit
967a4c2f7f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ python:
|
|||
# ptr requires Python >= 3.3 but pypy3 reports 3.2
|
||||
# - "pypy3"
|
||||
install: pip install -U pytest pytest-runner
|
||||
script: python setup.py ptr
|
||||
script: python setup.py pytest
|
||||
env:
|
||||
global:
|
||||
- ASYNC_TEST_TIMEOUT=20
|
||||
|
|
Loading…
Add table
Reference in a new issue