Skip to content

Commit

Permalink
Changed pip install to setup.py for 2to3
Browse files Browse the repository at this point in the history
  • Loading branch information
fmder committed Jun 1, 2014
1 parent 56514f5 commit 2ff20a8
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
install:
- pip install .
- python setup.py install
- pip install $NUMPY
# command to run tests
script: nosetests

0 comments on commit 2ff20a8

Please sign in to comment.