Skip to content

Commit

Permalink
Don't install numpy on travis pypy build
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Feb 3, 2014
1 parent c543a04 commit 2a79604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ before_install:
- "tar -xzvf nltk_data.tar.gz -C ~"
# Install dependencies
install:
- "pip install numpy"
- if [[ $TRAVIS_PYTHON_VERSION != 'pypy' ]]; then pip install numpy; fi
- "pip install -U ."
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install sphinx; fi
# Run tests
Expand Down

0 comments on commit 2a79604

Please sign in to comment.