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 b8309fb commit f08997eCopy full SHA for f08997e
noxfile.py
@@ -15,7 +15,7 @@ def dev(session):
15
session.run("python", "manage.py", *session.posargs)
16
17
18
-@nox.session(python=["3.5", "3.6", "3.7", "3.8"])
+@nox.session(python=["2.7", "3.5", "3.6", "3.7", "3.8"])
19
def test(session):
20
session.install("-r", "requirements.txt")
21
session.install("-r", "tools/requirements-test.txt")
0 commit comments