Skip to content
Snippets Groups Projects
Unverified Commit c98f0156 authored by Dan Michael O. Heggø's avatar Dan Michael O. Heggø
Browse files

Fix tox.ini

parent 4688a65a
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
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