Retire Travis

This commit is contained in:
Nguyễn Gia Phong 2020-09-06 22:31:57 +07:00
parent f04a2ef34e
commit ed2add42ff
4 changed files with 6 additions and 14 deletions

View File

@ -1,8 +0,0 @@
branches:
only: master
language: python
python: 3.8
install: pip install tox
script: tox

View File

@ -1,8 +1,8 @@
# axuy # axuy
Mininalist peer-to-peer first-person shooter Minimalist peer-to-peer first-person shooter
![icon](https://raw.githubusercontent.com/McSinyx/axuy/master/axuy/icon.png) ![icon](https://git.disroot.org/McSinyx/axuy/raw/branch/master/axuy/icon.png)
## Goals ## Goals

View File

@ -6,7 +6,7 @@ build-backend = 'flit_core.buildapi'
module = 'axuy' module = 'axuy'
author = 'Nguyễn Gia Phong' author = 'Nguyễn Gia Phong'
author-email = 'mcsinyx@disroot.org' author-email = 'mcsinyx@disroot.org'
home-page = 'https://github.com/McSinyx/axuy' home-page = 'https://git.disroot.org/McSinyx/axuy'
requires = ['appdirs', 'glfw>=1.8', 'moderngl', requires = ['appdirs', 'glfw>=1.8', 'moderngl',
'numpy', 'Pillow', 'pyrr', 'setuptools'] 'numpy', 'Pillow', 'pyrr', 'setuptools']
description-file = 'README.md' description-file = 'README.md'
@ -19,7 +19,6 @@ classifiers = [
'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)', 'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)',
'Natural Language :: English', 'Natural Language :: English',
'Operating System :: OS Independent', 'Operating System :: OS Independent',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.8',
@ -31,4 +30,4 @@ keywords = 'fps,p2p,opengl,glfw'
license = 'AGPLv3+' license = 'AGPLv3+'
[tool.flit.entrypoints.console_scripts] [tool.flit.entrypoints.console_scripts]
axuy = "axuy.__main__:main" axuy = 'axuy.__main__:main'

View File

@ -9,9 +9,10 @@ deps =
isort isort
commands = commands =
flake8 flake8
isort -c --diff isort . --check --diff
[flake8] [flake8]
hang-closing = True
ignore = E226, E701, E704, W503 ignore = E226, E701, E704, W503
exclude = .git,__pycache__,.tox,__init__.py exclude = .git,__pycache__,.tox,__init__.py