From 967a4c2f7fc8fe5e0e565cb9352952ff35d92774 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Tue, 4 Jul 2017 01:18:42 +0800 Subject: [PATCH] Use new pytest-runner command `ptr` is considered deprecated and will be removed in a future version. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cf31a4c..0cc37dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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