From 8e026f54f1c58399ad92dff390c0ceaa4b9c0bef Mon Sep 17 00:00:00 2001 From: Chunxiao Li Date: Sat, 23 Jan 2021 23:56:03 +0800 Subject: [PATCH] new added --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..b1fe495 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: python +python: + - "3.7" + - "3.8" + - "3.9" # current default Python on Travis CI \ No newline at end of file