Skip to content

Commit 03fd397

Browse files
chore: update noxfile (#15)
1 parent 840d67c commit 03fd397

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

noxfile.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
BLACK_VERSION = "black==19.10b0"
2727
BLACK_PATHS = ["docs", "google", "tests", "noxfile.py", "setup.py"]
2828

29-
DEFAULT_PYTHON_VERSION = ""
30-
SYSTEM_TEST_PYTHON_VERSIONS = []
31-
UNIT_TEST_PYTHON_VERSIONS = []
29+
DEFAULT_PYTHON_VERSION = "3.8"
30+
SYSTEM_TEST_PYTHON_VERSIONS = ["2.7", "3.8"]
31+
UNIT_TEST_PYTHON_VERSIONS = ["2.7", "3.5", "3.6", "3.7", "3.8"]
3232

3333

3434
@nox.session(python=DEFAULT_PYTHON_VERSION)

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
{
44
"git": {
55
"name": ".",
6-
"remote": "git@github.com:googleapis/python-error-reporting.git",
7-
"sha": "98a2c71f717cca54fe8d8dc192d2b497058ae297"
6+
"remote": "https://github.com/googleapis/python-error-reporting.git",
7+
"sha": "840d67c09502ae99ce4771c66bde1cefb961a367"
88
}
99
},
1010
{

0 commit comments

Comments
 (0)