Skip to content

Commit f08997e

Browse files
committed
test: Add Python 2.7 to nox test environment
It is needed for sanity checking the code against the current deployment environment. Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
1 parent b8309fb commit f08997e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def dev(session):
1515
session.run("python", "manage.py", *session.posargs)
1616

1717

18-
@nox.session(python=["3.5", "3.6", "3.7", "3.8"])
18+
@nox.session(python=["2.7", "3.5", "3.6", "3.7", "3.8"])
1919
def test(session):
2020
session.install("-r", "requirements.txt")
2121
session.install("-r", "tools/requirements-test.txt")

0 commit comments

Comments
 (0)