We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01ae9c5 commit bea2a15Copy full SHA for bea2a15
noxfile.py
@@ -8,7 +8,7 @@
8
nox.options.error_on_external_run = True
9
10
11
-@nox.session(python="3.5")
+@nox.session(python="3")
12
def dev(session):
13
session.install("-r", "requirements.txt")
14
0 commit comments