Skip to content

Commit

Permalink
travis update
Browse files Browse the repository at this point in the history
  • Loading branch information
dmbee committed Aug 26, 2022
1 parent a2979b8 commit 03f0990
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -6,8 +6,8 @@

|Travis|_ |Pypi|_ |PythonVersion|_ |CircleCI|_ |Coveralls|_ |Downloads|_

.. |Travis| image:: https://travis-ci.org/dmbee/seglearn.svg?branch=master
.. _Travis: https://travis-ci.org/dmbee/seglearn
.. |Travis| image:: https://travis-ci.com/dmbee/seglearn.svg?branch=master
.. _Travis: https://travis-ci.com/dmbee/seglearn

.. |Pypi| image:: https://badge.fury.io/py/seglearn.svg
.. _Pypi: https://badge.fury.io/py/seglearn
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -35,7 +35,8 @@
'Operating System :: Unix',
'Operating System :: MacOS',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6']
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.8']
EXTRAS_REQUIRE = {
'tests': [
'pytest',
Expand Down

0 comments on commit 03f0990

Please sign in to comment.