Disable allow_failures on Python 3
This PR should make the flake8 tests pass on both Python 2 and Python 3.
This commit is contained in:
parent
93ebff5e43
commit
87ad5d4058
@ -4,9 +4,6 @@ cache: pip
|
||||
python:
|
||||
- 2.7
|
||||
- 3.6
|
||||
matrix:
|
||||
allow_failures:
|
||||
- python: 3.6
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
- pip install flake8 # pytest # add another testing frameworks later
|
||||
|
Loading…
Reference in New Issue
Block a user