From 27f782b19a568e2355870afc8f5b7dfa4a293a48 Mon Sep 17 00:00:00 2001 From: David Scobie Date: Mon, 16 Nov 2020 18:11:29 +0000 Subject: [PATCH] copying travis.yml up a folder --- .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..9aa65eb --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: python +python: +- 3.8 +script: +- pytest