From 28226e4128918c3b757e7845034e4cece1299d03 Mon Sep 17 00:00:00 2001 From: yugangw-msft Date: Mon, 22 Feb 2016 13:15:12 -0800 Subject: [PATCH] the initial .yml file to wire up travis --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000000..06fc3541497 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,8 @@ +sudo: false +language: python +python: + - "2.7" + - "3.5" +script: + - export PYTHONPATH=$PATHONPATH:./src + - python -m unittest discover -s src/azure/cli/tests \ No newline at end of file