Skip to content

Commit

Permalink
chore: update noxfile (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jul 2, 2020
1 parent 840d67c commit 03fd397
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
BLACK_VERSION = "black==19.10b0"
BLACK_PATHS = ["docs", "google", "tests", "noxfile.py", "setup.py"]

DEFAULT_PYTHON_VERSION = ""
SYSTEM_TEST_PYTHON_VERSIONS = []
UNIT_TEST_PYTHON_VERSIONS = []
DEFAULT_PYTHON_VERSION = "3.8"
SYSTEM_TEST_PYTHON_VERSIONS = ["2.7", "3.8"]
UNIT_TEST_PYTHON_VERSIONS = ["2.7", "3.5", "3.6", "3.7", "3.8"]


@nox.session(python=DEFAULT_PYTHON_VERSION)
Expand Down
4 changes: 2 additions & 2 deletions synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
{
"git": {
"name": ".",
"remote": "git@github.com:googleapis/python-error-reporting.git",
"sha": "98a2c71f717cca54fe8d8dc192d2b497058ae297"
"remote": "https://github.com/googleapis/python-error-reporting.git",
"sha": "840d67c09502ae99ce4771c66bde1cefb961a367"
}
},
{
Expand Down

0 comments on commit 03fd397

Please sign in to comment.