From a149a27041e90674f34228e7ef1b05b6f1a61ca5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 9 Mar 2016 09:32:23 +0100 Subject: Add Travis test For beginning only coding standards are check. In future should be tested at least basic features. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..48e2e49 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: python +python: "3.5" + +script: tests/all.sh -- cgit v1.2.3