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

[#52] Test Python 3.x support

Should at least be compatible with Python 3.4 now.
Can't get Python 3.3 to work locally, but let's see with Travis.
parent e28aa2f8
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,8 @@ language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
install:
- python setup.py install
......
[tox]
envlist = py26,py27
envlist = py26,py27,py34
[testenv]
deps=pytest
pytest-pep8
responses
commands=py.test -v --pep8 mwclient tests
\ No newline at end of file
commands=py.test -v --pep8 mwclient tests
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