Travis: add mock, prevents skips
This commit is contained in:
parent
f7e3294a65
commit
b2b514a390
@ -17,6 +17,7 @@ install:
|
|||||||
- travis_retry curl https://bootstrap.pypa.io/get-pip.py | sudo python3
|
- travis_retry curl https://bootstrap.pypa.io/get-pip.py | sudo python3
|
||||||
- travis_retry sudo pip3 install django
|
- travis_retry sudo pip3 install django
|
||||||
- travis_retry sudo pip3 install pyicu
|
- travis_retry sudo pip3 install pyicu
|
||||||
|
- travis_retry sudo pip3 install mock
|
||||||
- python3 setup.py build
|
- python3 setup.py build
|
||||||
|
|
||||||
#before_script:
|
#before_script:
|
||||||
@ -25,5 +26,4 @@ install:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- mkdir -p /home/travis/.gramps/grampsdb/
|
- 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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user