From 10a8a0ce515940239415adfc05d871d819cad6ba Mon Sep 17 00:00:00 2001 From: Richard Neumann Date: Wed, 6 Jan 2021 23:09:34 +0100 Subject: [PATCH] Added .travis.yml. --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..a2d48c2 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: python +python: + - "3.8" + - "3.9" + - "3.9-dev" # 3.9 development branch + - "nightly" # nightly build +install: + - pip install -r requirements.txt +script: + - pytest