Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mwclient
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WebU
shared
mwclient
Commits
7545caa3
Commit
7545caa3
authored
5 years ago
by
Marc Trölitzsch
Committed by
Waldir Pimenta
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
py38
parent
52fb803f
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.travis.yml
+2
-1
2 additions, 1 deletion
.travis.yml
setup.py
+1
-0
1 addition, 0 deletions
setup.py
tox.ini
+1
-1
1 addition, 1 deletion
tox.ini
with
4 additions
and
2 deletions
.travis.yml
+
2
−
1
View file @
7545caa3
...
@@ -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
'
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
0
View file @
7545caa3
...
@@ -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
'
,
...
...
This diff is collapsed.
Click to expand it.
tox.ini
+
1
−
1
View file @
7545caa3
[tox]
[tox]
envlist
=
py27,py34,py35,py36,py37,flake
envlist
=
py27,py34,py35,py36,py37,
py38,
flake
[testenv]
[testenv]
deps
=
deps
=
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment