Skip to content

Commit

Permalink
removed unit tests for python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche committed Oct 14, 2020
1 parent 82131a1 commit 536831b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Expand Up @@ -101,7 +101,7 @@ def default(session, django_dep=("django",)):
)


@nox.session(python=["2.7", "3.5", "3.6", "3.7"])
@nox.session(python=UNIT_TEST_PYTHON_VERSIONS)
def unit(session):
"""Run the unit test suite."""

Expand Down

0 comments on commit 536831b

Please sign in to comment.