Skip to content

Commit

Permalink
Fix bash script syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Feb 7, 2015
1 parent 4608531 commit e55fe83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/travis_script.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -ex

PY = $TRAVIS_PYTHON_VERSION
PY=$TRAVIS_PYTHON_VERSION

section "Test.with.min.requirements"
nosetests $TEST_ARGS skimage
Expand Down

0 comments on commit e55fe83

Please sign in to comment.