Skip to content

Commit

Permalink
Changing Travis CI to use numpy from pypi since issue seems to be fix…
Browse files Browse the repository at this point in the history
…ed in 1.6.2.
  • Loading branch information
jterrace committed Dec 17, 2012
1 parent 6d9aabb commit 7796c6a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
@@ -1,9 +1,8 @@
language: python

env:
# Using numpy from github due to numpy issue #1857
- DEPS="git+git://github.com/numpy/numpy.git@dba98cc1"
- DEPS="git+git://github.com/numpy/numpy.git@dba98cc1 lxml"
- DEPS="numpy"
- DEPS="numpy lxml"

python:
- 2.6
Expand Down

0 comments on commit 7796c6a

Please sign in to comment.