Housekeep and partially tackle GH-109

This commit is contained in:
Nguyễn Gia Phong 2020-06-19 14:34:28 +07:00
parent c216f307ef
commit 6f00f7046a
4 changed files with 10 additions and 10 deletions

View File

@ -1,10 +1,10 @@
language: python
branches:
only:
- master
- /^\d+(\.\d+)+((a|b|rc)\d+)?(\.post\d+)?(\.dev\d+)?$/
language: python
env:
global:
- TWINE_USERNAME=__token__

View File

@ -1,7 +1,7 @@
[metadata]
name = palace
version = 0.2.1
url = https://github.com/McSinyx/palace
url = https://mcsinyx.github.io/palace
author = Nguyễn Gia Phong
author_email = mcsinyx@disroot.org
classifiers =

View File

@ -2607,8 +2607,8 @@ cdef class Decoder:
def loop_points(self) -> Tuple[int, int]:
"""Loop points in sample frames.
Returns
-------
Return
------
start : int
Inclusive starting loop point.
end : int
@ -2663,8 +2663,8 @@ cdef class Decoder:
The source object to play audio. If `None` is given,
a new one will be created from the current context.
Returns
-------
Return
------
The source used for playing.
"""
if source is None: source = Source()
@ -2732,8 +2732,8 @@ class BaseDecoder(_BaseDecoder, metaclass=ABCMeta):
def loop_points(self) -> Tuple[int, int]:
"""Loop points in sample frames.
Returns
-------
Return
------
start : int
Inclusive starting loop point.
end : int

View File

@ -1,7 +1,7 @@
[tox]
envlist = py
minversion = 3.3
isolated_build = true
isolated_build = True
[testenv]
deps =