Skip to content

Commit

Permalink
Update travis for numpy distutils bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jterrace committed Mar 30, 2012
1 parent df8b52e commit ebfeb76
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
@@ -1,7 +1,13 @@
language: python

python:
- 2.6
- 2.7
- 3.2
install: python setup.py install

install:
# numpy has a known bug that it won't install properly from within distutils
- pip install numpy
- python setup.py install

script: python collada

0 comments on commit ebfeb76

Please sign in to comment.