Remove Django-style WHERE; consider Python expressions
This commit is contained in:
@@ -35,6 +35,7 @@ install:
|
||||
# - cd $TRAVIS_BUILD_DIR
|
||||
# $TRAVIS_BUILD_DIR is set to the location of the cloned repository:
|
||||
# for example: /home/travis/build/gramps-project/gramps
|
||||
- git clone -b master https://github.com/srossross/meta
|
||||
- python setup.py build
|
||||
|
||||
before_script:
|
||||
@@ -45,7 +46,7 @@ before_script:
|
||||
script:
|
||||
# --exclude=TestUser because of older version of mock
|
||||
# without configure_mock
|
||||
- GRAMPS_RESOURCES=. nosetests3 --nologcapture --with-coverage --cover-package=gramps --exclude=TestcaseGenerator --exclude=vcard --exclude=merge_ref_test --exclude=user_test gramps
|
||||
- PYTHONPATH=meta GRAMPS_RESOURCES=. nosetests3 --nologcapture --with-coverage --cover-package=gramps --exclude=TestcaseGenerator --exclude=vcard --exclude=merge_ref_test --exclude=user_test gramps
|
||||
|
||||
after_success:
|
||||
- codecov
|
||||
|
||||
Reference in New Issue
Block a user