From 211379781c532c4ae0563a652a8a9b97369ca8ce Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 28 Jun 2020 12:06:41 -0400 Subject: [PATCH] travis: fix allow_failures syntax issue --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f474b48..e2e24d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,9 +15,8 @@ addons: matrix: allow_failures: - python: - - "3.7-dev" - - "3.8-dev" + - python: "3.7-dev" + - python: "3.8-dev" install: - pip install --upgrade pip