From 36eb5559815a7fa1a832c484e30127b0a31cb1c8 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Wed, 23 Jan 2013 22:59:04 +0100 Subject: [PATCH] Update Travis CI config file to use py.test. --- .travis.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index c309558..d97a875 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,10 @@ language: python python: + - "2.6" - "2.7" + - "pypy" install: - pip install -r requirements.txt + - pip install pytest script: - - sh run_tests -x -#notifications: -# irc: -# channels: "irc.freenode.org#sentry" -# on_success: change -# on_failure: change + - py.test