1
0
mirror of https://github.com/gsi-upm/soil synced 2025-08-23 19:52:19 +00:00

Avoid writing gexf in test

This commit is contained in:
J. Fernando Sánchez
2019-04-30 16:16:46 +02:00
parent c32e167fb8
commit 1cf85ea450
2 changed files with 8 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
test:
quick-test:
docker-compose exec dev python -m pytest -s -v
.PHONY: test
test:
docker run -t -v $$PWD:/usr/src/app -w /usr/src/app python:3.7 python setup.py test
.PHONY: test