Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-morel committed Jun 5, 2024
1 parent 43aea06 commit 49da092
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@ lint:
test:
docker-compose run --rm dev pytest --cov --cov-report term-missing:skip-covered

test38:
docker-compose run --rm test38
test39:
docker-compose run --rm test39
test310:
docker-compose run --rm test310
test311:
docker-compose run --rm test311

test312:
docker-compose run --rm test312

ci: build lint test test311 test312
ci: build lint test test38 test39 test310 test311 test312

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

0 comments on commit 49da092

Please sign in to comment.