diff options
author | mattip <matti.picus@gmail.com> | 2019-11-16 20:27:14 -0700 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-11-16 20:27:14 -0700 |
commit | f48d2c94f141d3a1ef4ee1108ffcadac62bf71a2 (patch) | |
tree | c4cb0a71af9b494cfccb3498cd17a1981dee752b | |
parent | c5b4ced11322a1830d949df11fe4a8419409fe82 (diff) | |
download | numpy-f48d2c94f141d3a1ef4ee1108ffcadac62bf71a2.tar.gz |
TST: with no_tracing, coverage tests pass on python3.7
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |