Merge pull request #12447 from codingCoffee/travis-fix

mongodb removed from travis
This commit is contained in:
Prateeksha Singh
2018-01-11 15:27:17 +05:30
committed by GitHub

View File

@@ -15,6 +15,8 @@ services:
- mysql
install:
# fix mongodb travis error
- 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