Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
add pytest-xvfb plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
montefra committed Nov 6, 2017
1 parent fe79a2a commit 53b9581
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -28,7 +28,7 @@ env:
- ASTROPY_VERSION=stable
- MAIN_CMD='python setup.py'
- SETUP_CMD='test'
- PIP_DEPENDENCIES=''
- PIP_DEPENDENCIES='pytest-xvfb'

# For this package-template, we include examples of Cython modules,
# so Cython is required for testing. If your package does not include
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Expand Up @@ -14,6 +14,7 @@ environment:
# so Cython is required for testing. If your package does not include
# Cython code, you can set CONDA_DEPENDENCIES=''
CONDA_DEPENDENCIES: "Cython"
PIP_DEPENDENCIES: "pytest-xvfb"

matrix:

Expand Down

0 comments on commit 53b9581

Please sign in to comment.