Skip to content

Instantly share code, notes, and snippets.

@zindel
Created August 5, 2016 13:50
Show Gist options
  • Save zindel/20fe806018b1b8389fcdb003dba20873 to your computer and use it in GitHub Desktop.
Save zindel/20fe806018b1b8389fcdb003dba20873 to your computer and use it in GitHub Desktop.
#
# Copyright (c) 2016, Prometheus Research, LLC
#
title: REX.DB
tests:
- rmdir: ./build/coverage
- mkdir: ./build/coverage
- coverage: setup.cfg
auto-data: true
- sh: pip install -q -e ./demo
- sh: rex dropdb rex.dbgui_demo --set=db=pgsql:dbgui_demo
ignore: true
- sh: rex deploy rex.dbgui_demo --set=db=pgsql:dbgui_demo
- doctest: test/test_*.rst
# - coverage-check: 85.0
# - coverage-report: ./build/coverage
- sh: rex dropdb rex.dbgui_demo --set=db=pgsql:dbgui_demo
ignore: true
- sh: pip uninstall -q -y rex.dbgui_demo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment