From a91aeaf27166041bda98e7a23259f27e669048fb Mon Sep 17 00:00:00 2001 From: Noah Morrison Date: Tue, 2 Oct 2018 16:54:52 -0400 Subject: [PATCH] Hopefully actually only run 3.6 once --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 72a326f..16ced97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,8 +12,6 @@ python: - pypy matrix: - exclude: - - python: 3.6 include: - python: 3.6 env: @@ -25,6 +23,9 @@ matrix: - tox after_success: - coveralls + exclude: + - python: 3.6 + env: [] script: - python ./test_spec.py -- 2.47.3