mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Remove run-tests.sh
This commit is contained in:
parent
03f3f97f5c
commit
50b912cbaf
3 changed files with 2 additions and 6 deletions
|
|
@ -11,4 +11,4 @@ env:
|
||||||
- DAV_SERVER=owncloud REQUIREMENTS=release
|
- DAV_SERVER=owncloud REQUIREMENTS=release
|
||||||
|
|
||||||
install: "./install-deps.sh"
|
install: "./install-deps.sh"
|
||||||
script: "./run-tests.sh tests/"
|
script: "py.test tests/"
|
||||||
|
|
|
||||||
|
|
@ -31,4 +31,4 @@ How to run the tests
|
||||||
::
|
::
|
||||||
|
|
||||||
sh install-deps.sh
|
sh install-deps.sh
|
||||||
sh run-tests.sh
|
py.test tests/
|
||||||
|
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
set -e
|
|
||||||
[ -n "$DAV_SERVER" ] || DAV_SERVER=radicale_filesystem
|
|
||||||
exec py.test $@
|
|
||||||
Loading…
Reference in a new issue