Skip to content

Commit

Permalink
test: use the xvfb-run helper
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeff committed Dec 28, 2018
1 parent 995d20f commit 77df9ad
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Expand Up @@ -14,13 +14,10 @@ clean:
lint:
flake8 --doctests --exclude=doc

test: export DISPLAY = :99
test:
Xvfb $$DISPLAY -screen 0 800x600x24 &
coverage run --branch --source pygsp setup.py test
xvfb-run coverage run --branch --source pygsp setup.py test
coverage report
coverage html
killall Xvfb

doc:
sphinx-build -b html -d doc/_build/doctrees doc doc/_build/html
Expand Down

0 comments on commit 77df9ad

Please sign in to comment.