Update travis.yml about nereid installation

This commit is contained in:
Sharoon Thomas 2013-06-26 19:05:27 +05:00
parent 41dc0319f3
commit 711a7bb82a
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@ python:
- "2.6"
- "2.7"
install:
- python setup.py install
- pip install git+git://github.com/openlabs/nereid.git@develop
- python setup.py install
script: python setup.py test