Use new pytest-runner command

`ptr` is considered deprecated and will be removed in a future version.
This commit is contained in:
Felix Yan 2017-07-04 01:18:42 +08:00
parent 780f75eaf7
commit 967a4c2f7f
No known key found for this signature in database
GPG key ID: 786C63F330D7CB92

View file

@ -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