From 57532babf69a6bffc1c4cf594a5b69fe41aeaec1 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 14 Mar 2020 16:58:56 +0100 Subject: [PATCH] travis test --- .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..7231d7e --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: python +python: + - "3.6" +install: pip install . +sudo: false \ No newline at end of file