Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
add xvfb-run to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
monty5811 committed Oct 15, 2015
1 parent f2e489c commit 3767c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ env:
- SLACK_URL=''
- FROM_EMAIL=noreply@example.com
install: "pip install -r requirements.txt"
script: py.test . --nomigrations -n 2 --cov="." --cov-report="term-missing"
script: xvfb-run -a py.test . --nomigrations -n 2 --cov="." --cov-report="term-missing"
after_script: pip install coveralls && coveralls

0 comments on commit 3767c39

Please sign in to comment.