From 873e2e07347cc40a310680e190c7535068699a7b Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 30 Sep 2019 03:58:22 +0300 Subject: add Travis configuration --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..5147012 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: python +python: + - '3.4' + - '3.5' + - '3.6' + - '3.7' +script: ./.travis/plot.sh -- cgit v1.2.3