Remove Django-style WHERE; consider Python expressions

This commit is contained in:
Doug Blank
2016-04-17 16:54:55 -04:00
parent 3f7b441a54
commit f093c8bd79
5 changed files with 308 additions and 109 deletions

View File

@@ -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