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
c98f0156
Unverified
Commit
c98f0156
authored
6 years ago
by
Dan Michael O. Heggø
Browse files
Options
Downloads
Patches
Plain Diff
Fix tox.ini
parent
4688a65a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tox.ini
+2
-1
2 additions, 1 deletion
tox.ini
with
2 additions
and
1 deletion
tox.ini
+
2
−
1
View file @
c98f0156
...
@@ -3,9 +3,10 @@ envlist = py27,py34,py35,py36
...
@@ -3,9 +3,10 @@ envlist = py27,py34,py35,py36
[testenv]
[testenv]
deps
=
pytest
deps
=
pytest
pytest-pep8
pytest-pep8
pytest-cov
responses
responses
mock
mock
commands
=
py.test -v --pep8 mwclient test
commands
=
py.test -v
--cov
--pep8 mwclient test
[flake8]
[flake8]
max-line-length
=
90
max-line-length
=
90
...
...
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