Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
TESTS: Exclude iohub from coverage calculation again
  • Loading branch information
hoechenberger committed Oct 26, 2017
1 parent d29b516 commit a81f7c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -102,8 +102,7 @@ before_script:
/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -screen 0 1024x768x24 -ac +extension GLX +extension RANDR +render -noreset;
fi

# This might come in handy once we switch to Trusty, as Xvfb on precise
# doesn't properly support the RANDR extension
# This might come in handy once we switch to Trusty
# - if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
# xpra --xvfb="Xorg +extension GLX +extension RANDR +extension RENDER -config `pwd`/dummy_xorg.conf -logfile ${HOME}/.xpra/xorg.log" start :99;
# fi;
Expand Down
3 changes: 2 additions & 1 deletion .travis_coveragerc
Expand Up @@ -6,4 +6,5 @@ omit =
psychopy/demos/*
psychopy/tests/*
psychopy/scripts/*
psychopy/contrib/*
psychopy/iohub/*
psychopy/contrib/*

0 comments on commit a81f7c6

Please sign in to comment.