Skip to content

Commit

Permalink
#83: Remove remainders of obsolete travis integration.
Browse files Browse the repository at this point in the history
Bump version number.
  • Loading branch information
tim-mitchell committed Sep 22, 2021
1 parent 6511ba6 commit aebb821
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 19 deletions.
13 changes: 0 additions & 13 deletions .travis.yml

This file was deleted.

3 changes: 0 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
pure-interface
==============

.. image:: https://travis-ci.com/seequent/pure_interface.svg?branch=master
:target: https://travis-ci.com/seequent/pure_interface

A Python interface library that disallows function body content on interfaces and supports adaption.

Jump to the `Reference`_.
Expand Down
2 changes: 1 addition & 1 deletion pure_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import weakref


__version__ = '5.0.0'
__version__ = '5.0.1'


is_development = not hasattr(sys, 'frozen')
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pure_interface
version = 5.0.0
version = 5.0.1
description = A Python interface library that disallows function body content on interfaces and supports adaption.
keywords = abc interface adapt adaption mapper structural typing dataclass
author = Tim Mitchell
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ envlist = py36, py37, py38, py39
[testenv]
deps =
pycontracts
dataclasses; python_version < 3.7
dataclasses; python_version < '3.7'
commands =
python -m unittest discover -p "test*"

0 comments on commit aebb821

Please sign in to comment.