Skip to content

Commit

Permalink
Output directory argument to 2to3
Browse files Browse the repository at this point in the history
  • Loading branch information
fmder committed Feb 7, 2016
1 parent 47a914a commit df637a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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 --output-dir=py3k/deap -W -n deap; fi
- if [[ ${TRAVIS_PYTHON_VERSION%%.*} == '3' ]]; then 2to3 -o py3k/deap -W -n deap; fi
- |
if [ "$TRAVIS_PYTHON_VERSION" = "pypy" ]; then
export PYENV_ROOT="$HOME/.pyenv"
Expand Down

0 comments on commit df637a6

Please sign in to comment.