mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
* Discontinue Python 2. See #219 * Remove Python 2 config option * Remove coerce_native * Remove PY2 variable * s/text_type/str/g * Flake8 fixes * Remove str = str * s/to_native/to_unicode/g * Remove to_unicode = to_unicode * Remove iteritems * Remove itervalues * Remove str import, flake8 fixes * Remove urlparse compat code * Remove with_metaclass * Remove unused PY2 variable * Remove getargspec_ish * Remove to_bytes * Remove compat module * Remove Python 2 from Travis * fixup! Remove urlparse compat code * fixup! Remove urlparse compat code * fixup! Remove compat module
136 lines
No EOL
3.9 KiB
YAML
136 lines
No EOL
3.9 KiB
YAML
{
|
|
"branches": {
|
|
"only": [
|
|
"auto",
|
|
"master"
|
|
]
|
|
},
|
|
"git": {
|
|
"submodules": false
|
|
},
|
|
"install": [
|
|
"if [ \"$BUILD_PRS\" = \"true\" ] || [ \"$TRAVIS_PULL_REQUEST\" = \"false\" ]; then\n . scripts/travis-install.sh;\n pip install -U pip;\n pip install wheel;\n make -e install-dev;\n make -e install-$BUILD;\nfi"
|
|
],
|
|
"language": "python",
|
|
"matrix": {
|
|
"include": [
|
|
{
|
|
"env": "BUILD=style BUILD_PRS=true",
|
|
"python": "3.3"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=radicale REQUIREMENTS=devel BUILD_PRS=false",
|
|
"python": "3.3"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=radicale REQUIREMENTS=release BUILD_PRS=false",
|
|
"python": "3.3"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=radicale REQUIREMENTS=minimal BUILD_PRS=false",
|
|
"python": "3.3"
|
|
},
|
|
{
|
|
"env": "BUILD=style BUILD_PRS=true",
|
|
"python": "3.4"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=radicale REQUIREMENTS=devel BUILD_PRS=false",
|
|
"python": "3.4"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=radicale REQUIREMENTS=release BUILD_PRS=false",
|
|
"python": "3.4"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=radicale REQUIREMENTS=minimal BUILD_PRS=false",
|
|
"python": "3.4"
|
|
},
|
|
{
|
|
"env": "BUILD=style BUILD_PRS=true",
|
|
"python": "3.5"
|
|
},
|
|
{
|
|
"env": "BUILD=test REMOTESTORAGE_SERVER=mysteryshack REQUIREMENTS=devel BUILD_PRS=false",
|
|
"python": "3.5"
|
|
},
|
|
{
|
|
"env": "BUILD=test REMOTESTORAGE_SERVER=mysteryshack REQUIREMENTS=release BUILD_PRS=false",
|
|
"python": "3.5"
|
|
},
|
|
{
|
|
"env": "BUILD=test REMOTESTORAGE_SERVER=mysteryshack REQUIREMENTS=minimal BUILD_PRS=false",
|
|
"python": "3.5"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=radicale REQUIREMENTS=devel BUILD_PRS=true",
|
|
"python": "3.5"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=radicale REQUIREMENTS=release BUILD_PRS=true",
|
|
"python": "3.5"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=radicale REQUIREMENTS=minimal BUILD_PRS=true",
|
|
"python": "3.5"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=owncloud REQUIREMENTS=devel BUILD_PRS=false",
|
|
"python": "3.5"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=owncloud REQUIREMENTS=release BUILD_PRS=false",
|
|
"python": "3.5"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=owncloud REQUIREMENTS=minimal BUILD_PRS=false",
|
|
"python": "3.5"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=nextcloud REQUIREMENTS=devel BUILD_PRS=false",
|
|
"python": "3.5"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=nextcloud REQUIREMENTS=release BUILD_PRS=false",
|
|
"python": "3.5"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=nextcloud REQUIREMENTS=minimal BUILD_PRS=false",
|
|
"python": "3.5"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=baikal REQUIREMENTS=devel BUILD_PRS=false",
|
|
"python": "3.5"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=baikal REQUIREMENTS=release BUILD_PRS=false",
|
|
"python": "3.5"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=baikal REQUIREMENTS=minimal BUILD_PRS=false",
|
|
"python": "3.5"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=davical REQUIREMENTS=devel BUILD_PRS=false",
|
|
"python": "3.5"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=davical REQUIREMENTS=release BUILD_PRS=false",
|
|
"python": "3.5"
|
|
},
|
|
{
|
|
"env": "BUILD=test DAV_SERVER=davical REQUIREMENTS=minimal BUILD_PRS=false",
|
|
"python": "3.5"
|
|
},
|
|
{
|
|
"env": "BUILD=test",
|
|
"language": "generic",
|
|
"os": "osx"
|
|
}
|
|
]
|
|
},
|
|
"script": [
|
|
"if [ \"$BUILD_PRS\" = \"true\" ] || [ \"$TRAVIS_PULL_REQUEST\" = \"false\" ]; then\n make -e $BUILD\nfi"
|
|
],
|
|
"sudo": true
|
|
} |