From 9cc6d8c6d33bfa1f1832ec9923f5eccdc2929549 Mon Sep 17 00:00:00 2001 From: Wenxin Tian Date: Mon, 4 Dec 2023 12:23:24 -0500 Subject: [PATCH] Add Travis CI configuration --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..0365b543 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: python +python: + - "3.8" +install: + - pip install -r requirements.txt +script: + - python your_test_script.py