Skip to content

Commit

Permalink
Use nosetests 2to3 conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
fmder committed Feb 7, 2016
1 parent c6613a2 commit 296d612
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ matrix:
env: NUMPY="git+https://bitbucket.org/pypy/numpy.git"
# command to install dependencies and translate deap in py3k
install:
- if [[ ${TRAVIS_PYTHON_VERSION%%.*} == '3' ]]; then 2to3 deap; fi
- |
if [ "$TRAVIS_PYTHON_VERSION" = "pypy" ]; then
export PYENV_ROOT="$HOME/.pyenv"
Expand All @@ -30,4 +29,4 @@ install:

# command to run tests
script:
- if [[ ${TRAVIS_PYTHON_VERSION%%.*} == '3' ]]; then nosetests -v --where=py3k; else nosetests -v; fi
- if [[ ${TRAVIS_PYTHON_VERSION%%.*} == '3' ]]; then python setup.py nosetests -v; else nosetests -v; fi

0 comments on commit 296d612

Please sign in to comment.