Shuffle some commands back to before_install

This commit is contained in:
Steven Silvester
2014-12-14 15:37:29 -06:00
parent c79594841a
commit b14fa310b7
2 changed files with 4 additions and 8 deletions
-8
View File
@@ -1,14 +1,6 @@
#!/usr/bin/env bash
set -ex
section "Script.Setup"
sh -e /etc/init.d/xvfb start
export DISPLAY=:99.0
PYTHONWARNINGS="all"
TEST_ARGS="--exe --ignore-files=^_test -v --with-doctest --ignore-files=^setup.py$"
section_end "Script.Setup"
section "Test.with.min.requirements"
nosetests $TEST_ARGS skimage
section_end "Test.with.min.requirements"