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

8 lines
166 B
Makefile
Raw Normal View History

2019-04-30 14:16:46 +00:00
quick-test:
2018-12-04 08:54:29 +00:00
docker-compose exec dev python -m pytest -s -v
2019-04-30 14:16:46 +00:00
test:
docker run -t -v $$PWD:/usr/src/app -w /usr/src/app python:3.7 python setup.py test
.PHONY: test