Commit 86a3ad9b by Xavier Ordoquy

Check for travis builds.

parent dd456420
......@@ -16,6 +16,7 @@ install:
- pip install django-filter==0.5.4 --use-mirrors
- "if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install --upgrade https://github.com/alex/django-filter/tarball/master; fi"
- "if [[ $DJANGO == 'django==1.3.5 --use-mirrors' ]]; then pip install six --use-mirrors; fi"
- "echo $DJANGO"
- export PYTHONPATH=.
script:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment