mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-12 23:27:22 +00:00
Use pytest instead of py.test
This commit is contained in:
parent
a450292342
commit
96531f9446
@ -18,7 +18,7 @@ install:
|
||||
- cd "${TRAVIS_BUILD_DIR}/${PLUGIN}"
|
||||
- python setup.py develop
|
||||
script:
|
||||
- py.test
|
||||
- pytest
|
||||
notifications:
|
||||
email: false
|
||||
irc:
|
||||
|
||||
@ -2,6 +2,6 @@
|
||||
|
||||
for dir in $(find -name pytest.ini -exec dirname {} \;); do
|
||||
pushd "$dir" >/dev/null
|
||||
py.test "$@"
|
||||
pytest "$@"
|
||||
popd >/dev/null
|
||||
done
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user