Skip to content
Snippets Groups Projects
  • Dan Michael O. Heggø's avatar
    0cf414ea
    Fix setup.py test and add tox.ini · 0cf414ea
    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
    0cf414ea
    History
    Fix setup.py test and add tox.ini
    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