-
Dan Michael O. Heggø authored
- For some reason, 'pytest-cache' isn't found by setup.py if not specified explicitly in 'tests_require' - Add tox.ini so tests can be run using tox if desired - Update test to not be dependent on serialization
Dan Michael O. Heggø authored- For some reason, 'pytest-cache' isn't found by setup.py if not specified explicitly in 'tests_require' - Add tox.ini so tests can be run using tox if desired - Update test to not be dependent on serialization
tox.ini 119 B
[tox]
envlist = py26,py27
[testenv]
deps=pytest
pytest-pep8
responses
commands=py.test -v --pep8 mwclient tests