commit | 4674b172aa852a63da702a418ff3fc7e3814036f | [log] [tgz] |
---|---|---|
author | Ameya Shenoy <shenoy.ameya@gmail.com> | Thu Jan 11 15:12:29 2018 +0530 |
committer | Ameya Shenoy <shenoy.ameya@gmail.com> | Thu Jan 11 15:12:29 2018 +0530 |
tree | df6f47b83c871706931b06f34a28752169d1470d | |
parent | 24e2735e198e03faa17150220c35606310fc052e [diff] |
mongodb removed from travis
diff --git a/.travis.yml b/.travis.yml index 43b4078..03e75b6 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -15,6 +15,8 @@ - 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