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

Add python 3.6 as test target

parent ecae857d
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,7 @@ python: ...@@ -7,6 +7,7 @@ python:
- "3.3" - "3.3"
- "3.4" - "3.4"
- "3.5" - "3.5"
- "3.6"
install: install:
- python setup.py install - python setup.py install
......
[tox] [tox]
envlist = py27,py34,py35 envlist = py27,py34,py35,py36
[testenv] [testenv]
deps=pytest deps=pytest
pytest-pep8 pytest-pep8
......
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