From 3edebcf6f83df8c63322ce0fa83d1557bbbab7fd Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Sun, 13 Jun 2021 20:51:44 +0100 Subject: [PATCH] Add travis config --- .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 0000000..e1c127d --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: python +python: + - "3.6" # current default Python on Travis CI + - "3.7" +# command to install dependencies +install: + - pip install -r requirements.txt