Skip to content

Commit

Permalink
Shuffle some commands back to before_install
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Dec 14, 2014
1 parent c795948 commit b14fa31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 4 additions & 0 deletions tools/travis_before_install.sh
Expand Up @@ -4,6 +4,10 @@ set -ex
export WHEELHOUSE="--no-index --find-links=http://travis-wheels.scikit-image.org/"
export COVERALLS_REPO_TOKEN=7LdFN9232ZbSY3oaXHbQIzLazrSf6w2pQ
export PIP_DEFAULT_TIMEOUT=60
sh -e /etc/init.d/xvfb start
export DISPLAY=:99.0
export PYTHONWARNINGS="all"
export TEST_ARGS="--exe --ignore-files=^_test -v --with-doctest --ignore-files=^setup.py$"


retry () {
Expand Down
8 changes: 0 additions & 8 deletions tools/travis_script.sh
@@ -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"
Expand Down

0 comments on commit b14fa31

Please sign in to comment.