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

remove travis

This commit is contained in:
Lukas Winkler 2022-03-12 18:14:18 +01:00
parent f9be0fd35d
commit 5e5e526ecd
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

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