1
0
mirror of https://github.com/gsi-upm/soil synced 2024-09-21 07:41:43 +00:00
soil/Makefile

4 lines
67 B
Makefile
Raw Normal View History

2018-12-04 08:54:29 +00:00
test:
docker-compose exec dev python -m pytest -s -v
.PHONY: test