mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-14 18:28:14 -05:00
remove travis test
This commit is contained in:
@@ -5,9 +5,6 @@ install:
|
||||
- "pip install scipy"
|
||||
- "pip install numpy"
|
||||
- "pip install matplotlib"
|
||||
- "git clone https://github.com/ghliu/pyReedsShepp"
|
||||
- "cd ./pyReedsShepp"
|
||||
- "sudo python setup.py install"
|
||||
script:
|
||||
- python --version
|
||||
- python -m unittest discover tests
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
from unittest import TestCase
|
||||
|
||||
import sys
|
||||
sys.path.append("./PathPlanning/RRTStarReedsShepp/")
|
||||
|
||||
from PathPlanning.RRTStarReedsShepp import rrt_star_reeds_shepp as m
|
||||
|
||||
print(__file__)
|
||||
|
||||
|
||||
class Test(TestCase):
|
||||
|
||||
def test1(self):
|
||||
m.show_animation = False
|
||||
m.main()
|
||||
Reference in New Issue
Block a user