Travis: add mock, prevents skips

This commit is contained in:
Doug Blank 2015-03-15 17:26:28 -04:00 committed by Ross Gammon
parent f7e3294a65
commit b2b514a390

View File

@ -17,6 +17,7 @@ install:
- travis_retry curl https://bootstrap.pypa.io/get-pip.py | sudo python3
- travis_retry sudo pip3 install django
- travis_retry sudo pip3 install pyicu
- travis_retry sudo pip3 install mock
- python3 setup.py build
#before_script:
@ -25,5 +26,4 @@ install:
script:
- mkdir -p /home/travis/.gramps/grampsdb/
- DJANGO_SETTINGS_MODULE=gramps.webapp.settings nosetests3 --exclude=TestcaseGenerator --exclude=exportvcard_test --exclude=plugins --exclude=vcard --exclude=merge_ref_test --exclude=test_util_test --exclude=test2_exec_CLI --exclude=test3_files_in_import_dir --exclude=test_manual_run gramps
- DJANGO_SETTINGS_MODULE=gramps.webapp.settings nosetests3 --exclude=TestcaseGenerator --exclude=exportvcard_test --exclude=vcard --exclude=merge_ref_test --exclude=test_util_test --exclude=test2_exec_CLI --exclude=test3_files_in_import_dir --exclude=test_manual_run gramps