fix travis

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

View File

@@ -6,7 +6,8 @@ install:
- "pip install numpy"
- "pip install matplotlib"
- "git clone https://github.com/ghliu/pyReedsShepp"
- "sudo python ./pyReedsShepp/setup.py install"
- "cd ./pyReedsShepp"
- "sudo python setup.py install"
script:
- python --version
- python -m unittest discover tests