added .travis.yml to test on travis ci

This commit is contained in:
poulami-sau 2024-04-21 20:49:44 -04:00
parent 3989384cec
commit bdd952282a
1 changed files with 11 additions and 0 deletions

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
language: python
rvm:
- "3.9"
install:
- pip install --user pre-commit
- pip install tox
script:
- pytest testing/python/approx.py