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:
cclauss 2018-06-16 08:28:08 +02:00 committed by GitHub
parent 93ebff5e43
commit 87ad5d4058
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,9 +4,6 @@ cache: pip
python: python:
- 2.7 - 2.7
- 3.6 - 3.6
matrix:
allow_failures:
- python: 3.6
install: install:
- pip install -r requirements.txt - pip install -r requirements.txt
- pip install flake8 # pytest # add another testing frameworks later - pip install flake8 # pytest # add another testing frameworks later