From 8aa6e532ddf18c9421b15282af9b65a0cb3ab8b8 Mon Sep 17 00:00:00 2001 From: David Fischer Date: Sat, 24 Nov 2012 18:46:27 -0800 Subject: [PATCH] Added continuous integration --- .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..716ec45 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: python +python: + - "2.7" + - "2.6" +# command to run tests, e.g. python setup.py test +script: python setup.py test