Introduction of python 3.7 into the CI tests

Signed-off-by: funilrys <contact@funilrys.com>
This commit is contained in:
funilrys 2018-09-01 09:58:20 +02:00 committed by Steven Black
parent 0782145b8e
commit 39e829b716
No known key found for this signature in database
GPG Key ID: 8B814B914974E6AF

View File

@ -20,6 +20,7 @@ os:
env:
- PYTHON_VERSION="3.5"
- PYTHON_VERSION="3.6"
- PYTHON_VERSION="3.7"
before_install:
- export PATH="$HOME/miniconda3/bin:$PATH"