From f58cf90cf05762755a7331c52988f5237aef27e7 Mon Sep 17 00:00:00 2001 From: Jason Paryani Date: Mon, 12 Aug 2013 16:07:56 -0700 Subject: [PATCH] Add script block to travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index b0ad2da..544b1dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,3 +12,5 @@ install: matrix: allow_failures: - python: pypy + +script: python setup.py test