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 2, 2024
1 parent 313f5c0 commit 9e56c66
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,13 @@ lint:
test:
docker-compose run --rm dev pytest --cov --cov-report term-missing:skip-covered

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 test38 test39 test310 test311 test312
ci: build lint test test311 test312

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

0 comments on commit 9e56c66

Please sign in to comment.