Remove run-tests.sh

This commit is contained in:
Markus Unterwaditzer 2014-03-23 15:00:02 +01:00
parent 03f3f97f5c
commit 50b912cbaf
3 changed files with 2 additions and 6 deletions

View file

@ -11,4 +11,4 @@ env:
- DAV_SERVER=owncloud REQUIREMENTS=release
install: "./install-deps.sh"
script: "./run-tests.sh tests/"
script: "py.test tests/"

View file

@ -31,4 +31,4 @@ How to run the tests
::
sh install-deps.sh
sh run-tests.sh
py.test tests/

View file

@ -1,4 +0,0 @@
#!/bin/sh
set -e
[ -n "$DAV_SERVER" ] || DAV_SERVER=radicale_filesystem
exec py.test $@