1
0
Fork 0
mirror of https://github.com/Findus23/rebound-stubs.git synced 2024-09-19 15:13:48 +02:00
rebound-stubs/.travis.yml
2021-02-26 21:55:13 +01:00

11 lines
354 B
YAML

language: python
python:
- "3.9"
install:
- git clone https://github.com/hannorein/rebound rebound-src
- pip install mypy matplotlib
- pip install git+https://github.com/Findus23/retype.git@skip-setters
script:
# stub-dir, output dir, src dir
- retype -p rebound -t retyped/rebound rebound-src/rebound
- cd retyped && mypy rebound || true