travis: add codechecks, run before main tests

This commit is contained in:
Brian Warner 2016-08-19 17:39:58 -07:00
parent 32974775ff
commit 85cf1d65be

View File

@ -26,6 +26,7 @@ install:
- echo $PATH; which python; which pip; which tox
- python misc/build_helpers/show-tool-versions.py
script:
- tox -e codechecks
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then tox; else tox -e coverage; fi
after_success:
coveralls