From f48d2c94f141d3a1ef4ee1108ffcadac62bf71a2 Mon Sep 17 00:00:00 2001 From: mattip Date: Sat, 16 Nov 2019 20:27:14 -0700 Subject: TST: with no_tracing, coverage tests pass on python3.7 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index db9cd44b8..5c006cbc0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,7 +58,7 @@ matrix: - python3-dbg - python3-dev - python3-setuptools - - python: 3.6 + - python: 3.7 env: USE_WHEEL=1 RUN_FULL_TESTS=1 RUN_COVERAGE=1 INSTALL_PICKLE5=1 - python: 3.6 env: USE_SDIST=1 -- cgit v1.2.1