Skip to content
Snippets Groups Projects
Commit 7545caa3 authored by Marc Trölitzsch's avatar Marc Trölitzsch Committed by Waldir Pimenta
Browse files

py38

parent 52fb803f
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ python: ...@@ -4,6 +4,7 @@ python:
- 3.5 - 3.5
- 3.6 - 3.6
- 3.7 - 3.7
- 3.8
install: install:
- python setup.py install - python setup.py install
- pip install coveralls flake8 - pip install coveralls flake8
...@@ -21,4 +22,4 @@ deploy: ...@@ -21,4 +22,4 @@ deploy:
on: on:
tags: true tags: true
repo: mwclient/mwclient repo: mwclient/mwclient
python: '3.7' python: '3.8'
...@@ -22,6 +22,7 @@ setup(name='mwclient', ...@@ -22,6 +22,7 @@ setup(name='mwclient',
'Programming Language :: Python :: 3.5', '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',
], ],
keywords='mediawiki wikipedia', keywords='mediawiki wikipedia',
author='Bryan Tong Minh', author='Bryan Tong Minh',
......
[tox] [tox]
envlist = py27,py34,py35,py36,py37,flake envlist = py27,py34,py35,py36,py37,py38,flake
[testenv] [testenv]
deps = deps =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment