From de212068cd1eefa1e2e58496e3e65468df4b8ce2 Mon Sep 17 00:00:00 2001 From: enkore Date: Sat, 19 Apr 2014 11:05:32 +0200 Subject: [PATCH] +travis --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..7d30ac9 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: python +python: + - "3.2" +install: "pip install py.test" +script: py.test