From 3d8abc184a60b55f4bd59302f0570eef9aebe9c9 Mon Sep 17 00:00:00 2001 From: Eldinnie Date: Tue, 8 May 2018 14:51:56 +0200 Subject: [PATCH] Add 3.7-dev to travis (#1106) --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 42dcb132a..2209bfd42 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - "3.4" - "3.5" - "3.6" + - "3.7-dev" - "pypy-5.7.1" dist: trusty @@ -23,6 +24,8 @@ before_cache: install: - pip install -U codecov pytest-cov + - echo $TRAVIS_PYTHON_VERSION + - if [[ $TRAVIS_PYTHON_VERSION == '3.7'* ]]; then pip install -U git+https://github.com/yaml/pyyaml.git; fi - pip install -U -r requirements.txt - pip install -U -r requirements-dev.txt - if [[ $TRAVIS_PYTHON_VERSION != 'pypy'* ]]; then pip install ujson; fi