From 6c7448314b906ce970dd64e660226ad285095fd1 Mon Sep 17 00:00:00 2001 From: anmol01gulati Date: Sat, 28 Jan 2017 22:17:54 +0530 Subject: [PATCH] Added script to install morfessor for running test in travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 01831e6f2b..0d62a69fd4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,5 +21,6 @@ install: - pip install annoy - pip install testfixtures - pip install unittest2 + - pip install morfessor - python setup.py install script: python setup.py test