Skip to content

Commit

Permalink
Travis CI apparently no longer needs to install NumPy in Python 3, re…
Browse files Browse the repository at this point in the history
…move the hack
  • Loading branch information
strohel committed May 3, 2014
1 parent 66b0930 commit 2b21559
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -10,8 +10,6 @@ install:
- sudo apt-get install -qq libeigen3-dev
- pip install cython==0.19.2 --use-mirrors
- cython --version
# Python 3 environment on travis doesn't see python3-numpy package, install manually
- if test ${TRAVIS_PYTHON_VERSION%%.*} = 3; then pip install numpy --use-mirrors; fi

script:
- BENCHMARK=1 python setup.py -v test

0 comments on commit 2b21559

Please sign in to comment.