Skip to content

Commit

Permalink
Remove numpy as requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkmatterVale committed Jan 30, 2016
1 parent 0d24e73 commit 6688bac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ python:
- pypy

install:
- setuid root
- sudo apt-get install numpy
- pip install coveralls
- pip install nltk
- pip install -r requirements.txt

services:
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ nltk<4.0.0
pymongo>=3.0.3,<4.0.0
python-twitter>=3.0rc1
textblob>=0.11.0
numpy

0 comments on commit 6688bac

Please sign in to comment.