From 72903386ad26d0a926efb9f7ed200c56b7a1da80 Mon Sep 17 00:00:00 2001 From: poulami-sau <109125687+poulami-sau@users.noreply.github.com> Date: Sun, 21 Apr 2024 20:54:03 -0400 Subject: [PATCH] edited travis file --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 129597307..d901dbc2b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,5 @@ language: python rvm: - "3.9" -install: - - pip install --user pre-commit - - pip install tox - script: - pytest testing/python/approx.py