Skip to content

Commit

Permalink
Removed python 2.4 if/else
Browse files Browse the repository at this point in the history
  • Loading branch information
reinout committed Aug 28, 2015
1 parent 9ef0c88 commit e28505e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,5 @@
if [[ $PYTHON == "" ]]; then
export PYTHON=python
fi
if $($PYTHON --version >/dev/null 2>&1); then
export PYTHON_VERSION=$($PYTHON --version 2>&1)
else
export PYTHON_VERSION="Python 2.4.x"
fi
export PYTHON_VERSION=$($PYTHON --version 2>&1)
./bin/py.test --cov src/mr/developer $*

0 comments on commit e28505e

Please sign in to comment.