Peripheral: Run with python 3.6

This commit is contained in:
Kyle Hornberg
2018-02-06 06:25:19 -06:00
parent d97405c9a3
commit 13d1ea539e
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ matrix:
include:
- python: '3.6'
env:
- TOXENV=py36,report,codecov
- TOXENV=py36,report
before_install:
- python --version
- uname -a
+3 -1
View File
@@ -11,7 +11,7 @@ envlist =
[testenv]
basepython =
py36: {env:TOXPYTHON:python3.6}
{bootstrap,clean,check,report,coveralls,codecov}: {env:TOXPYTHON:python3}
{bootstrap,clean,check,report,coveralls}: {env:TOXPYTHON:python3}
setenv =
PYTHONPATH={toxinidir}/tests
PYTHONUNBUFFERED=yes
@@ -55,6 +55,8 @@ deps =
pyenchant
[testenv:docs]
basepython =
py36: {env:TOXPYTHON:python3.6}
deps =
-r{toxinidir}/docs/requirements.txt
commands =