We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c3a87a commit a77ef77Copy full SHA for a77ef77
.travis.yml
@@ -5,9 +5,6 @@ install:
5
- "pip install scipy"
6
- "pip install numpy"
7
- "pip install matplotlib"
8
- - "git clone https://github.com/ghliu/pyReedsShepp"
9
- - "cd ./pyReedsShepp"
10
- - "sudo python setup.py install"
11
script:
12
- python --version
13
- python -m unittest discover tests
tests/test_rrt_star_reeds_shepp.py
0 commit comments