1
0
mirror of https://github.com/gsi-upm/soil synced 2024-09-20 23:41:41 +00:00
soil/Makefile
J. Fernando Sánchez ff1df62eec All tests pass
2018-12-08 18:17:21 +01:00

4 lines
67 B
Makefile

test:
docker-compose exec dev python -m pytest -s -v
.PHONY: test