Skip to content

Commit

Permalink
Don't do python setup.py install in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknw committed Apr 17, 2014
1 parent 63f7398 commit 00cfa8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ before_install:

install:
- python setup.py build_ext --inplace
- python setup.py install

# commands to run tests
script:
Expand Down

0 comments on commit 00cfa8f

Please sign in to comment.