Merge pull request #4812 from codingCoffee/travis-fix

mongodb removed from travis
This commit is contained in:
Prateeksha Singh 2018-01-11 15:26:50 +05:30 committed by GitHub
commit ac1a67f083
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,7 @@ services:
- mysql
install:
- sudo rm /etc/apt/sources.list.d/mongodb*.list
- pip install flake8==3.3.0
- flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
- sudo rm /etc/apt/sources.list.d/docker.list