Skip to content

Commit

Permalink
Made the if a one liner
Browse files Browse the repository at this point in the history
  • Loading branch information
fmder committed Jun 1, 2014
1 parent 1bee68f commit d9a521e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,4 @@ install:
- pip install $NUMPY
# command to run tests
script:
- if [[ ${TRAVIS_PYTHON_VERSION%%.*} == '3' ]]; then
nosetests --where=build/lib
else
nosetests
fi
- if [[ ${TRAVIS_PYTHON_VERSION%%.*} == '3' ]]; then nosetests --where=build/lib; else nosetests; fi

0 comments on commit d9a521e

Please sign in to comment.