| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
This is to make them more general for other tests which may want to limit the changeset. Also moving the local env. variable names into a helper script file to make them easier to access and reuse from other testing scripts.
| # NOTE: We're a little extra cautious and make sure that the | ||
| # PR environment variable is an integer. | ||
| try: | ||
| int(os.getenv(TRAVIS_PR_ENV, '')) |
| Back | FazBrowse Home | New Git URL |
This is in preparation to re-use these pieces in other scripts (e.g. the ones for running package-local tests)