Skip to content

Commit 72afadc

Browse files
committed
add extra resources file to test suite
1 parent 5505991 commit 72afadc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ python:
1010
install:
1111
- pip install .
1212
- wget http://dl.dropboxusercontent.com/u/90405495/resources.zip
13+
- wget http://dl.dropboxusercontent.com/u/90405495/resources-extra.zip
1314
- unzip resources.zip -d resources
1415

1516
env: JAVAHOME=/usr/bin/java

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from distutils.core import setup
33

44
setup(name='hazm',
5-
version='0.4',
5+
version='0.5',
66
description='Python library for digesting Persian text.',
77
author='Alireza Nourian',
88
author_email='az.nourian@gmail.com',

0 commit comments

Comments
 (0)