commit | 4ed7d3f9b61ac35e08a22b4995076a95451cf7c8 | [log] [tgz] |
---|---|---|
author | Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> | Wed May 27 12:20:54 2020 -0700 |
committer | GitHub <noreply@github.com> | Wed May 27 12:20:54 2020 -0700 |
tree | a5caffd63e85ad5ff02901d9c90f2fcaddcb1564 | |
parent | b8458c0b73030155b64a3c2392b2f70e5fbc3baf [diff] [blame] |
docs: update docs (#916) * fix: re-run script * test: fix noxfile
diff --git a/noxfile.py b/noxfile.py index 438ff41..6523b32 100644 --- a/noxfile.py +++ b/noxfile.py
@@ -43,6 +43,7 @@ ) +@nox.session(python=["2.7", "3.5", "3.6", "3.7"]) @nox.parametrize( "oauth2client", [ @@ -52,7 +53,6 @@ "oauth2client>=4,<=5dev", ], ) -@nox.session(python=["2.7", "3.5", "3.6", "3.7"]) def unit(session, oauth2client): session.install(*test_dependencies) session.install(oauth2client)