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 ...@@ -5,6 +5,8 @@ language: python
python: python:
- "2.6" - "2.6"
- "2.7" - "2.7"
- "3.3"
- "3.4"
install: install:
- python setup.py install - python setup.py install
......
[tox] [tox]
envlist = py26,py27 envlist = py26,py27,py34
[testenv] [testenv]
deps=pytest deps=pytest
pytest-pep8 pytest-pep8
responses responses
commands=py.test -v --pep8 mwclient tests commands=py.test -v --pep8 mwclient tests
\ No newline at end of file
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