From 10c3c6648359c6171b564396385c3d947645ec8e Mon Sep 17 00:00:00 2001 From: Ritiek Malhotra Date: Sun, 25 Jun 2017 00:07:21 +0530 Subject: [PATCH] Update command to run tests --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a20c8ee..2c708b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,5 +10,4 @@ before_install: install: - pip install -r requirements.txt # command to run tests -script: pytest - +script: python -m pytest test