From 244034e4cd3e9603cc86e3c477e1494997e34c74 Mon Sep 17 00:00:00 2001 From: Ben Bangert Date: Tue, 13 Mar 2012 10:38:34 -0700 Subject: ensure python dev, as profile seems lacking --HG-- branch : trunk --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index a178b9a..0a8abac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,6 @@ python: - "2.7" install: - python setup.py develop - - pip install webob + - pip install webob webtest + - sudo apt-get install python-dev script: nosetests \ No newline at end of file -- cgit v1.2.1