mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-21 22:07:51 +00:00
tell travis to run integration (but only on linux)
This commit is contained in:
parent
ffdf4bf878
commit
37062d1307
@ -28,6 +28,7 @@ install:
|
|||||||
script:
|
script:
|
||||||
- tox -e codechecks
|
- 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
|
||||||
|
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then tox -e integration; fi
|
||||||
after_success:
|
after_success:
|
||||||
coveralls
|
coveralls
|
||||||
notifications:
|
notifications:
|
||||||
|
2
tox.ini
2
tox.ini
@ -18,7 +18,7 @@ commands =
|
|||||||
|
|
||||||
[testenv:integration]
|
[testenv:integration]
|
||||||
commands =
|
commands =
|
||||||
echo 'run with "py.test --keep-tempdir -s -v integration/" to debug failures'
|
# NOTE: 'run with "py.test --keep-tempdir -s -v integration/" to debug failures'
|
||||||
py.test -v integration/
|
py.test -v integration/
|
||||||
|
|
||||||
[testenv:coverage]
|
[testenv:coverage]
|
||||||
|
Loading…
Reference in New Issue
Block a user