From ca8ed621f70c8be3944f2dc554bf9b70196ccb39 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 22 Jul 2012 10:17:55 -0400 Subject: Renamed travis.yml to correctly match the spec --HG-- branch : distribute extra : rebase_source : 4541bc1ab7af8fb6fbc54f68a0de8c473baa8a4d --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..605923d3 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: python +python: + - 2.6 + - 2.7 + - 3.2 +# install +install: python --version +# command to run tests +script: python setup.py test -- cgit v1.2.3