From a18fa7a8b6b4d60a2e7baeb6e4709d62c77bee11 Mon Sep 17 00:00:00 2001 From: Derek Bekoe Date: Wed, 11 Oct 2017 11:33:37 -0700 Subject: [PATCH] Add Travis .yml file (#3) --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000000..3ccb28a58fd --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +dist: trusty +sudo: off +language: python +python: + - "2.7" + - "3.5" + - "3.6" +install: true +script: + - ls