From e1e2ecd2099509cad954395103bea05e2930bb60 Mon Sep 17 00:00:00 2001 From: junnplus Date: Thu, 31 Jan 2019 14:43:16 +0800 Subject: fix typo --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 798be44..cd9b149 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,7 +2,7 @@ _Please make sure to review and check all of these items:_ -- [ ] Does `$ python setup test` pass with this change (including linting)? +- [ ] Does `$ python setup.py test` pass with this change (including linting)? - [ ] Does travis tests pass with this change (enable it first in your forked repo and wait for the travis build to finish)? - [ ] Is the new or changed code fully tested? - [ ] Is a documentation update included (if this change modifies existing APIs, or introduces new ones)? -- cgit v1.2.1