Merged two commands in travis conf.

This commit is contained in:
Jorge C. Leitão 2014-09-11 18:46:34 +02:00
parent 9399958ab1
commit 26fbee4703
1 changed files with 1 additions and 2 deletions

View File

@ -18,5 +18,4 @@ before_script:
# command to run tests
script:
- cd django-haystack/test_haystack/
- export PYTHONPATH=`pwd`/..:`pwd`
- django-admin.py test xapian_tests --settings=xapian_settings
- PYTHONPATH=`pwd`/..:`pwd` django-admin.py test xapian_tests --settings=xapian_settings