mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-13 16:47:55 -05:00
change travis setting
This commit is contained in:
@@ -1,18 +1,12 @@
|
||||
language: python
|
||||
python:
|
||||
- 3.6
|
||||
before_install:
|
||||
- sudo apt-get -qq update
|
||||
- sudo apt-get install libboost-dev
|
||||
- sudo apt-get install libc++-dev
|
||||
|
||||
install:
|
||||
- "pip install scipy"
|
||||
- "pip install numpy"
|
||||
- "pip install matplotlib"
|
||||
- "pip install pandas"
|
||||
- "pip install Cython"
|
||||
- "pip install git+https://github.com/ghliu/pyReedsShepp"
|
||||
|
||||
script:
|
||||
- python --version
|
||||
|
||||
Reference in New Issue
Block a user