mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-07 11:50:21 +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
|
- echo $PATH; which python; which pip; which tox
|
||||||
- python misc/build_helpers/show-tool-versions.py
|
- python misc/build_helpers/show-tool-versions.py
|
||||||
script:
|
script:
|
||||||
|
- tox -e codechecks
|
||||||
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then tox; else tox -e coverage; fi
|
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then tox; else tox -e coverage; fi
|
||||||
after_success:
|
after_success:
|
||||||
coveralls
|
coveralls
|
||||||
|
Loading…
x
Reference in New Issue
Block a user