From 56259ae146001ab98b37033a6aa5d6040bf6e0e5 Mon Sep 17 00:00:00 2001 From: Rohitt Vashishtha Date: Fri, 7 Jul 2017 02:03:46 +0530 Subject: [PATCH] tools: Add basic .travis.yml to run tests. --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..7cae865 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: python +python: + - "2.7" +install: + - pip install . + - bots_api/provision.py +script: + # TODO run linter here + - bots_api/test-bots