From d59899dbd1307adafd0a7eecaa99390cb123cc34 Mon Sep 17 00:00:00 2001 From: Zach Panzarino Date: Mon, 21 Aug 2017 19:14:36 +0000 Subject: [PATCH] Update pytest command in travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c42630a..1f710ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ python: cache: pip install: "pip install -e .[dev]" script: - py.test --cov=mlbgame + pytest --cov=mlbgame after_success: coveralls notifications: