Skip to content

Commit

Permalink
travis fix
Browse files Browse the repository at this point in the history
  • Loading branch information
volpino committed Mar 23, 2012
1 parent fdf8a1a commit d7cc5e2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Expand Up @@ -12,9 +12,10 @@
version="0.1",
install_requires=('lxml', 'celery', 'django-celery', 'django_evolution',
'django', 'django_extensions', 'wirebin', 'nltk',
'sqlalchemy', 'nose', 'nose-exclude', 'BeautifulSoup',
'pyyaml', 'simplejson', 'pygeoip', 'diff-match-patch',
'python-igraph==0.5.3', 'numpy', 'matplotlib'),
'sqlalchemy', 'nose==1.0.0', 'nose-exclude', 'pyyaml',
'simplejson', 'pygeoip', 'diff-match-patch',
'python-igraph==0.5.3', 'numpy', 'matplotlib',
'BeautifulSoup'),
#cmdclass = {'build_ext': build_ext},
#ext_modules = ext_modules
)

0 comments on commit d7cc5e2

Please sign in to comment.