Merge pull request #52 from felixonmars/pytest

Use new pytest-runner command
This commit is contained in:
依云 2017-07-04 10:37:23 +08:00 committed by GitHub
commit 02fbb63657

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