Created
August 5, 2016 13:50
-
-
Save zindel/20fe806018b1b8389fcdb003dba20873 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# 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