From b8a473df3d554ab08ae4bd893fd2f736802d5de4 Mon Sep 17 00:00:00 2001 From: Moguf Date: Wed, 24 Aug 2016 15:37:50 +0900 Subject: [PATCH] MOD: .travis.yml for test. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a0c2e38..a9664ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ install: - pip install -r requirements.txt - pip install coveralls script: + - python3 setup.py test - coverage run --source=cafepy setup.py test - coverage report -m after_success: coveralls \ No newline at end of file