Remove radicale/db/release from travis

Seriously, this is completely useless.
This commit is contained in:
Markus Unterwaditzer 2014-04-14 15:28:12 +02:00
parent a2dcec02a0
commit 972467986e

View file

@ -6,7 +6,6 @@ env:
matrix:
- DAV_SERVER=radicale RADICALE_BACKEND=filesystem REQUIREMENTS=release
- DAV_SERVER=radicale RADICALE_BACKEND=filesystem REQUIREMENTS=devel
- DAV_SERVER=radicale RADICALE_BACKEND=database REQUIREMENTS=release
- DAV_SERVER=radicale RADICALE_BACKEND=database REQUIREMENTS=devel
- DAV_SERVER=owncloud REQUIREMENTS=release
@ -16,8 +15,3 @@ install:
script:
- "coverage run --source=vdirsyncer/,tests/ --module pytest"
- "travis_retry coveralls"
matrix:
allow_failures:
# radicale db storage is broken in 0.8, all tests fail
- env: DAV_SERVER=radicale RADICALE_BACKEND=database REQUIREMENTS=release