Files
PythonRobotics/.travis.yml
2018-02-08 11:53:49 -08:00

14 lines
193 B
YAML

language: python
python:
- 3.6
install:
- "pip install scipy"
- "pip install numpy"
- "pip install matplotlib"
- "pip install pandas"
script:
- python --version
- ./runtests.sh