From 3f7a8f3c17ed6ec3e24ed09ef1e34133b3e07405 Mon Sep 17 00:00:00 2001 From: Jon Grace-Cox Date: Mon, 11 Sep 2017 18:08:18 -0400 Subject: [PATCH] Added basic travis CI file. --- .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 0000000..758c167 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: python +python: + - "2.7" + - "3.6" + +install: + - pip install -U setuptools pip + +script: + - python ./test.py