Skip to content

Commit

Permalink
Updated requirements.txt to actually get requirements, and then travi…
Browse files Browse the repository at this point in the history
…s.yml to build in-place
  • Loading branch information
hgomersall committed Aug 22, 2013
1 parent c3ef7df commit 49b026e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -14,6 +14,8 @@ before_install:
- cython pyfftw/pyfftw.pyx
- cython pyfftw/utils.pxi

install: pip install -r requirements.txt --use-mirrors
install:
- pip install -r requirements.txt --use-mirrors
- python setup.py build_ext --inplace

script: python setup.py test
3 changes: 1 addition & 2 deletions requirements.txt
@@ -1,3 +1,2 @@
pyFFTW
numpy>=2.7
numpy>=1.6
scipy>=0.12.0

0 comments on commit 49b026e

Please sign in to comment.