mirror of https://github.com/buildinspace/peru.git
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:
parent
c3700f2c3f
commit
6cb15c9b3e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue