From 32575f92c9b75b994876075b1a0902b8bebfaea3 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 27 Aug 2018 20:07:51 -0300 Subject: [PATCH] set TOXENV in test-macos template otherwise it will inherit "coveralls" --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4937a180e..832274b1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,7 +51,6 @@ jobs: sudo: required install: - python -m pip install --pre tox - - <<: *test-macos env: TOXENV=py27 - <<: *test-macos env: TOXENV=py37