Cleaned up some of the dependencies, added conditional mailcap-fix dep

This commit is contained in:
Michael Lazar
2017-04-09 19:59:59 -07:00
parent 21f998c043
commit aefbc4e985
5 changed files with 55 additions and 39 deletions

View File

@@ -10,9 +10,8 @@ matrix:
allow_failures:
- python: nightly
fast_finish: true
before_install:
- pip install coveralls pytest coverage mock pylint vcrpy
install:
- pip install .[test]
- pip install .
script:
# https://github.com/PyCQA/pylint/issues/1113