test on Python 3.7-dev

This commit is contained in:
Thomas Kriechbaumer 2018-05-13 09:56:30 +02:00
parent 7fde02ac90
commit 6478523913
2 changed files with 3 additions and 1 deletions

View File

@ -26,6 +26,8 @@ matrix:
env: TOXENV=py36 BDIST=1 WHEEL=1
- python: 3.6
env: TOXENV=individual_coverage
- python: "3.7-dev"
env: TOXENV=py37
- language: node_js
node_js: "node"
before_install:

View File

@ -1,5 +1,5 @@
[tox]
envlist = py36, lint
envlist = py36, py37, lint
skipsdist = True
toxworkdir={env:TOX_WORK_DIR:.tox}