From 78042c17fbc30cfd96871f3a6fbd370530433f45 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Tue, 12 Mar 2013 09:59:21 -0400 Subject: [PATCH] 'Updated Travis YAML.' --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..37bb110 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: python +python: + - 2.7 +install: + - pip install . --use-mirrors +script: + - python setup.py test -q +notifications: + email: false