From 043e5307023a5c1a0ef00bac06e87d9019497ae4 Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Mon, 4 Jun 2012 16:15:10 +0200 Subject: [PATCH] Travis config file --- .travis.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..af66c914 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,11 @@ +language: python +python: + - 2.5 + - 2.6 + - 2.7 + - 3.2 + - pypy +install: echo "No external requirements" +script: + - cd test + - python run.py