stop ignoring Python nightly test results on Travis

The pyflakes issue that we were ignoring seems to have been fixed.
This commit is contained in:
Jack O'Connor 2020-07-21 12:27:12 -04:00
parent c3700f2c3f
commit 6cb15c9b3e
1 changed files with 0 additions and 3 deletions

View File

@ -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