added .travis.yml to test on travis ci
This commit is contained in:
parent
3989384cec
commit
bdd952282a
|
@ -0,0 +1,11 @@
|
|||
language: python
|
||||
|
||||
rvm:
|
||||
- "3.9"
|
||||
|
||||
install:
|
||||
- pip install --user pre-commit
|
||||
- pip install tox
|
||||
|
||||
script:
|
||||
- pytest testing/python/approx.py
|
Loading…
Reference in New Issue