Travis will now install the development.txt requirements in order to run using django-discover-runner.

This commit is contained in:
Omer Katz 2013-01-25 12:11:08 +03:00
parent 3470aa8996
commit b76caa8623

View File

@ -12,6 +12,7 @@ env:
install: install:
- pip install $DJANGO - pip install $DJANGO
- pip install django-filter==0.5.4 --use-mirrors - pip install django-filter==0.5.4 --use-mirrors
- pip install -r development.txt
- export PYTHONPATH=. - export PYTHONPATH=.
script: script: