Added Python 3.6 in Travis
Signed-off-by: Lars Kiesow <lkiesow@uos.de>
This commit is contained in:
parent
688b1d53c4
commit
f6d11937b4
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ python:
|
||||||
- "3.3"
|
- "3.3"
|
||||||
- "3.4"
|
- "3.4"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
|
- "3.6"
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- pip install flake8 python-coveralls coverage
|
- pip install flake8 python-coveralls coverage
|
||||||
|
|
Loading…
Reference in a new issue