From 2182c560fcee271b1052c99ac8a2062787c7552d Mon Sep 17 00:00:00 2001 From: Atsushi Sakai Date: Sat, 13 Jan 2018 10:20:23 -0800 Subject: [PATCH] add install code --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 71333ed6..d7ee7c24 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,8 @@ install: - "pip install scipy" - "pip install numpy" - "pip install matplotlib" + - "git clone https://github.com/ghliu/pyReedsShepp" + - "sudo python ./pyReedsShepp/setup.py install" script: - python --version - python -m unittest discover tests