From 9c490fc387354c720033d0b5845804ab4f020c12 Mon Sep 17 00:00:00 2001 From: codl Date: Mon, 27 Nov 2017 00:44:42 +0100 Subject: [PATCH] add .travis.yml --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..72b1587 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: python +python: + - "3.6" + - "2.7" + +install: pip install . +script: python setup.py pytest