Skip to content

Commit

Permalink
add extra resources file to test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
nournia committed Mar 20, 2015
1 parent 5505991 commit 72afadc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ python:
install:
- pip install .
- wget http://dl.dropboxusercontent.com/u/90405495/resources.zip
- wget http://dl.dropboxusercontent.com/u/90405495/resources-extra.zip
- unzip resources.zip -d resources

env: JAVAHOME=/usr/bin/java
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from distutils.core import setup

setup(name='hazm',
version='0.4',
version='0.5',
description='Python library for digesting Persian text.',
author='Alireza Nourian',
author_email='[email protected]',
Expand Down

0 comments on commit 72afadc

Please sign in to comment.