From 859ec6e241c2de7dd9df9f562f9bf1edabb4e9c0 Mon Sep 17 00:00:00 2001 From: mhchia Date: Wed, 24 Jul 2019 16:09:03 +0800 Subject: [PATCH] Add the missing env for py37-test --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c72ca2ea..f8c69839 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ matrix: - python: 3.7 dist: xenial sudo: true + env: TOXENV=py37-test after_success: - codecov - python: 3.7