mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-04-22 03:00:22 -04:00
12 lines
211 B
YAML
12 lines
211 B
YAML
language: python
|
|
python:
|
|
- 3.6
|
|
install:
|
|
- "pip install scipy"
|
|
- "pip install numpy"
|
|
- "pip install matplotlib"
|
|
- "pip install pandas"
|
|
script:
|
|
- python --version
|
|
- python -m unittest discover tests
|