mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-13 07:27:56 -05:00
update travis
This commit is contained in:
@@ -5,6 +5,8 @@ before_install:
|
||||
- sudo apt-get -qq update
|
||||
- sudo apt-get install libboost-dev
|
||||
- sudo apt-get install libc++-dev
|
||||
- git clone https://github.com/ghliu/pyReedsShepp
|
||||
- cd pyReedsShepp
|
||||
|
||||
install:
|
||||
- "pip install scipy"
|
||||
@@ -12,6 +14,7 @@ install:
|
||||
- "pip install matplotlib"
|
||||
- "pip install pandas"
|
||||
- "pip install Cython"
|
||||
- "python setup.py install"
|
||||
|
||||
script:
|
||||
- python --version
|
||||
|
||||
Reference in New Issue
Block a user