From 3412868da42d47d2242d3e872421b16f09455550 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Fri, 24 Feb 2012 13:48:40 +0100 Subject: [PATCH] Updated travis config file to use new Python builder. --- .travis.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 406e71e..1041371 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,8 @@ -rvm: - - 1.9.3 -before_script: - - sudo pip install tox -script: - - tox +language: python +python: + - 2.6 +install: pip install tox +script: tox notifications: email: - jannis@leidel.info