Run black linter and enforce going forward

This commit is contained in:
Asher Foa 2019-10-26 18:47:45 -07:00
commit c820395dbf
5 changed files with 11 additions and 5 deletions

View file

@ -37,7 +37,8 @@ install:
python wait_for.py
fi
script:
- make test
- make test-only
- if [[ $TRAVIS_PYTHON_VERSION == "3.7" ]]; then make lint; fi
after_success:
- coveralls
before_deploy: