From 6cb15c9b3ea2f2276149f899fabf481693f0a9ae Mon Sep 17 00:00:00 2001 From: Jack O'Connor Date: Tue, 21 Jul 2020 12:27:12 -0400 Subject: [PATCH] stop ignoring Python nightly test results on Travis The pyflakes issue that we were ignoring seems to have been fixed. --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2c19fae..b94447c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,9 +6,6 @@ python: - "3.8" - "3.9-dev" - "nightly" -jobs: - allow_failures: - - python: nightly install: - pip install -r ./requirements-dev.txt - pip install coveralls