add install code

This commit is contained in:
Atsushi Sakai
2018-01-13 10:20:23 -08:00
parent f45165179a
commit 2182c560fc

View File

@@ -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