From 6c7e768d533a98d208efae1dd6cef9e73785797b Mon Sep 17 00:00:00 2001 From: OMOTO Tsukasa Date: Mon, 23 Mar 2020 16:45:02 +0900 Subject: [PATCH] Update .travis.yml (#65) * Update .travis.yml * update --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a34cd21..918f2b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,9 +6,9 @@ python: - "3.8" - "nightly" install: - - pip install -e .[tests] + - make setup script: - - pytest + - make test # https://docs.travis-ci.com/user/notifications/#Configuring-email-notifications notifications: email: