Skip to content

Commit 6802f17

Browse files
committed
Fix noxfile.
1 parent 226e2b3 commit 6802f17

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
@@ -18,7 +18,7 @@
1818

1919
# Always install latest pip version
2020
os.environ["VIRTUALENV_DOWNLOAD"] = "1"
21-
nox.options.sessions = "lint", "test", "integration", "coverage"
21+
nox.options.sessions = "lint", "test", "coverage"
2222

2323

2424
def install(session: nox.Session, *args, editable=False, **kwargs):

0 commit comments

Comments
 (0)