Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-morel committed May 1, 2024
1 parent 8c76821 commit a9a6642
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ lint:
test:
docker-compose run --rm dev pytest --cov --cov-report term-missing:skip-covered

test37:
docker-compose run --rm test37

test38:
docker-compose run --rm test38

test39:
docker-compose run --rm test39

test310:
docker-compose run --rm test310

ci: build lint test test37 test38 test38 test39 test310
test311:
docker-compose run --rm test311

test312:
docker-compose run --rm test312

ci: build lint test test38 test39 test310 test311 test312

sdist:
docker-compose run --rm dev python setup.py sdist

0 comments on commit a9a6642

Please sign in to comment.