From bdd952282aee9bd6f9845d1d18f7707b936c201b Mon Sep 17 00:00:00 2001 From: poulami-sau <109125687+poulami-sau@users.noreply.github.com> Date: Sun, 21 Apr 2024 20:49:44 -0400 Subject: [PATCH] added .travis.yml to test on travis ci --- .travis.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..129597307 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,11 @@ +language: python + +rvm: + - "3.9" + +install: + - pip install --user pre-commit + - pip install tox + +script: + - pytest testing/python/approx.py