# HG changeset patch
# User Bob Ippolito <bob@redivi.com>
# Date 1357081190 28800
#      Tue Jan 01 14:59:50 2013 -0800
# Node ID 45fa35337bf9eb754b815fac7aa6aa41ca6f3beb
# Parent  290c22b18beba9741f6e47b56930a35a6943dec5
explicitly build the extension

diff --git a/.travis.yml b/.travis.yml
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,4 +5,6 @@
   - "2.7"
   - "3.3"
   - "pypy"
-script: python setup.py test
+script:
+  - python setup.py build_ext -i
+  - python setup.py test