mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 00:24:13 +00:00
travis: add codechecks, run before main tests
This commit is contained in:
parent
32974775ff
commit
85cf1d65be
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user