Skip to content

Commit

Permalink
python3-cg3 package available
Browse files Browse the repository at this point in the history
removed: build_swig_wrapper.sh
  • Loading branch information
singh-lokendra committed Sep 1, 2019
1 parent 879094a commit 2a1534d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ install:
- pip install pipenv
- python3 setup.py install
- pipenv install --dev --system
before_script:
- ./build-swig-wrapper.sh
script:
- flake8 --verbose apertium
- if [[ $TRAVIS_PYTHON_VERSION != 3.4 ]]; then
Expand Down
12 changes: 0 additions & 12 deletions build-swig-wrapper.sh

This file was deleted.

1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def _post_install():
apertium.installer.install_module('kaz-tat')
apertium.installer.install_wrapper('python3-apertium')
apertium.installer.install_wrapper('python3-apertium-lex-tools')
apertium.installer.install_wrapper('python3-cg3')
apertium.installer.install_wrapper('python3-lttoolbox')

def find_details(find_value, file_paths):
Expand Down

0 comments on commit 2a1534d

Please sign in to comment.