Skip to content

Commit

Permalink
some travis-ci.com stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
brooke committed Oct 2, 2021
1 parent e6e38ae commit c7b27f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,12 @@ install:
- pushd unidic-mecab-2.1.2_src && ./configure && make && sudo make install && popd
- sudo ldconfig
- "pip install cffi"
- "pip install PyYAML>=4.2b1"
- "pip install PyYAML>=5.4"
- export MECAB_PATH=/usr/local/lib/libmecab.so
- export MECAB_CHARSET=utf8

language: python
python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,8 @@ the ``LICENSE`` file for further details.
.. |version| image:: https://badge.fury.io/py/natto-py.svg
:target: https://pypi.python.org/pypi/natto-py
.. |pyversions| image:: https://img.shields.io/pypi/pyversions/natto-py.svg?style=flat
.. |travis| image:: https://travis-ci.org/buruzaemon/natto-py.svg?branch=master
:target: https://travis-ci.org/buruzaemon/natto-py
.. |travis| image:: https://app.travis-ci.com/buruzaemon/natto-py.svg?branch=master
:target: _
.. |license| image:: https://img.shields.io/badge/license-BSD-blue.svg
:target: _
.. |readthedocs| image:: https://readthedocs.org/projects/natto-py/badge/?version=master
Expand Down

0 comments on commit c7b27f5

Please sign in to comment.