From 174aea4008830da1112d69155499268acf0a1f87 Mon Sep 17 00:00:00 2001 From: Fabien Benureau Date: Thu, 3 Dec 2015 10:13:02 +0100 Subject: [PATCH] Add travis support --- .travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..128eaf0 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,12 @@ +language: python +python: + - "2.6" + - "2.7" + - "3.2" + - "3.3" + - "3.4" + - "3.5" +# command to install dependencies +install: "pip install pyfakefs" +# command to run tests +script: nosetests