Skip to content

Commit

Permalink
Fix for py.test with xvfb
Browse files Browse the repository at this point in the history
  • Loading branch information
P403n1x87 committed Jun 6, 2018
1 parent e41722e commit 6d88432
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ install:
- pip3 install ".[test]"

script:
- xvfb-run py.test
- py.test
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
ext_modules = [x11],
install_requires = ['pycairo'],
extras_require = {
'test': ['numpy', 'matplotlib', 'psutil'],
'test': ['pytest-xvfb', 'numpy', 'matplotlib', 'psutil'],
},
project_urls = {
'Bug Reports' : 'https://github.com/pypa/blighty/issues',
Expand Down

0 comments on commit 6d88432

Please sign in to comment.