diff options
author | Ben Bangert <ben@groovie.org> | 2012-03-13 10:36:17 -0700 |
---|---|---|
committer | Ben Bangert <ben@groovie.org> | 2012-03-13 10:36:17 -0700 |
commit | 578b631bc07ffbc553190d2c44a7fd62c3dc896e (patch) | |
tree | b3bd190151782fa16970a388005b071480248cbb /.travis.yml | |
parent | 6f3f76e9528da4af108edbd7411dc5ffd289c55a (diff) | |
download | routes-578b631bc07ffbc553190d2c44a7fd62c3dc896e.tar.gz |
Add webob
--HG--
branch : trunk
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 94d0703..a178b9a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,5 +2,7 @@ language: python python: - "2.6" - "2.7" -install: python setup.py develop +install: + - python setup.py develop + - pip install webob script: nosetests
\ No newline at end of file |