From 4f3906560128118ecbb7d7a210f68c3486680e99 Mon Sep 17 00:00:00 2001 From: Mingqing Liao Date: Wed, 1 Apr 2020 22:49:36 -0400 Subject: [PATCH] Update .travis.yml py.test -v tests/ -> pytest -v --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b7fbdae8..b66d14cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ cache: pip install: - pip install -e '.[dev]' script: - - py.test -v tests/ + - pytest -v notifications: email: False services: mongodb