1
0
Fork 0
mirror of https://github.com/Findus23/rebound-stubs.git synced 2024-09-19 15:13:48 +02:00

add travis test

This commit is contained in:
Lukas Winkler 2021-02-26 21:47:28 +01:00
parent 9bfa14a5f7
commit a63d190c2b
Signed by: lukas
GPG key ID: 54DE4D798D244853

11
.travis.yml Normal file
View file

@ -0,0 +1,11 @@
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