From 84f98254ad4dd92328eeddc7a6d9b175909efcf7 Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Mon, 1 Jun 2015 19:42:13 +0200 Subject: [PATCH] Add .travis.yml --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..8f79276 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: python +python: + - "2.7" +install: + - "pip install ." +script: nosetests