From 103d2916700819af8747923fcef17335ce81c489 Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Sat, 23 Jun 2012 08:56:09 -0700 Subject: [PATCH] Add .travis.yml for Travis CI (http://travis-ci.org/) --- .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 00000000..65011ba9 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: python + +python: + - 2.6 + - 2.7 + - pypy + +install: python setup.py install +script: nosetests