mongodb removed from travis

This commit is contained in:
Ameya Shenoy 2018-01-11 15:12:29 +05:30
parent 24e2735e19
commit 4674b172aa
No known key found for this signature in database
GPG Key ID: 735490161CD5C91E

View File

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