From f0b4fd40fc4431329754b3be3cec0630827df98c Mon Sep 17 00:00:00 2001 From: Taneli Hukkinen Date: Tue, 9 Feb 2021 23:10:30 +0200 Subject: Fix flake8 errors and add it to CI (#45) * Fix flake8 errors and add it to CI * Use extras for test dependencies Co-authored-by: Fantix King --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github/workflows/tests.yml') diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index dcc00be..971e850 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -49,5 +49,6 @@ jobs: - name: Test if: steps.release.outputs.version == 0 run: | - pip install -e . + pip install -e .[test] + flake8 immutables/ tests/ python -m unittest -v tests.suite -- cgit v1.2.3