From 53b9581b8f07eab28a621f7bb6a6e4bc6e14c66f Mon Sep 17 00:00:00 2001 From: Francesco Montesano Date: Mon, 6 Nov 2017 19:22:57 +0100 Subject: [PATCH] add pytest-xvfb plugin --- .travis.yml | 2 +- appveyor.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index caa2462..ac990eb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/appveyor.yml b/appveyor.yml index df2f608..04c0726 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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: