Commit graph

85 commits

Author SHA1 Message Date
Markus Unterwaditzer
6aeeb90259 Test iCloud (#567)
* Test iCloud

Fix #149
2017-02-27 19:52:24 +01:00
Markus Unterwaditzer
b3e389cb59 Enable PyPy3 (#562)
* Enable PyPy3
2017-02-23 16:44:16 +01:00
Markus Unterwaditzer
8d10046fc8 Don't run tests multiple times (#556)
Fix #554
2017-02-15 20:30:00 +01:00
Markus Unterwaditzer
413e2de45d Refactor CI setup 2017-01-30 13:37:23 +01:00
Markus Unterwaditzer
a3e39f9c7c Run all tests everywhere 2017-01-23 12:56:53 +01:00
Markus Unterwaditzer
855be466bd Test Python 3.6 2017-01-05 23:57:54 +01:00
Markus Unterwaditzer
e2ef842bb5 Stylefix 2016-12-19 22:12:00 +01:00
Markus Unterwaditzer
d28527c6ea Run flake8 on Python 3.5 only. 2016-10-04 20:45:47 +02:00
Markus Unterwaditzer
0eda0984f2 Fail if hypothesis-upload fails 2016-10-01 20:09:40 +02:00
Markus Unterwaditzer
373f4b8e77 Add hypothesis example DB to repo 2016-09-29 11:12:45 +02:00
Markus Unterwaditzer
18d8bb9fc2 Remove Python 2 support (#499)
* 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
2016-09-08 12:18:36 +02:00
Markus Unterwaditzer
707c824c2b Revert "Run all tests in PR" (#483) 2016-07-26 21:49:47 +02:00
Markus Unterwaditzer
df5545946e Run all tests in PR
The current behavior is annoying in combination with homu.io

Reverts #387
2016-06-16 17:44:09 +02:00
Markus Unterwaditzer
c6e66dc682 Test nextcloud (#473) 2016-06-16 15:28:24 +02:00
Markus Unterwaditzer
4cb7e6c1f5 Don't test Radicale under Python 2 2016-04-01 23:47:36 +02:00
Markus Unterwaditzer
63fc62afda We init our submodules ourselves 2016-03-15 21:09:01 +01:00
Markus Unterwaditzer
b197592774 Minimal PR build again 2016-03-14 16:35:59 +01:00
Markus Unterwaditzer
d8854294e1 Stylefix 2016-03-13 20:23:19 +01:00
Markus Unterwaditzer
0d0902cc48 Test OS X 2016-03-12 21:34:45 +01:00
Markus Unterwaditzer
0c22a2fe1e Build only auto branch 2016-03-10 22:17:04 +01:00
Markus Unterwaditzer
435b25fbca Test mysteryshack
https://github.com/untitaker/mysteryshack

This is the first remoteStorage server to be tested in Travis.

I already started testing reStore (https://github.com/jcoglan/restore),
but stopped the experiments because the server is unmaintained.
2015-12-20 22:29:24 +01:00
Markus Unterwaditzer
b828685386 Merge pull request #307 from untitaker/fix-builds
Fix builds
2015-12-18 21:08:53 +01:00
Markus Unterwaditzer
4970c7ed78 Unfuck pypy builds 2015-12-18 21:08:36 +01:00
Markus Unterwaditzer
563f9c9d34 Re-add minimal requirements build
Testing older lxml against radicale
2015-12-18 21:08:11 +01:00
Markus Unterwaditzer
8104a91769 Add davical tests to Travis 2015-12-18 15:06:54 +01:00
Markus Unterwaditzer
7e9df3dee6 Improve builds 2015-12-17 05:13:44 +01:00
Markus Unterwaditzer
82410429ba Disable restore tests 2015-11-05 00:01:41 +01:00
Markus Unterwaditzer
f2edf89543 Refine travis file 2015-11-05 00:00:18 +01:00
Markus Unterwaditzer
611ceac847 Add Python 3.5 to travis 2015-09-22 19:46:06 +02:00
Markus Unterwaditzer
86d35c6d69 Merge pull request #271 from untitaker/enable-owncloud
Revert "xfail owncloud, #255"
2015-09-20 17:49:14 +02:00
Markus Unterwaditzer
138c8f00a0 Revamp tests once again 2015-09-20 01:59:28 +02:00
Markus Unterwaditzer
dab6388cc7 Revert "xfail owncloud, #255"
This reverts commit 565ef2e96e.
2015-09-17 11:34:03 +02:00
Markus Unterwaditzer
e198326340 Revert "Add multifilesystem back"
This reverts commit 1182350af3.
2015-09-05 04:11:10 +02:00
Markus Unterwaditzer
1182350af3 Add multifilesystem back 2015-08-21 16:19:55 +02:00
Markus Unterwaditzer
565ef2e96e xfail owncloud, #255 2015-08-19 01:26:24 +02:00
Markus Unterwaditzer
e687e9e7df Fix minimal requirements 2015-08-16 22:27:29 +02:00
Markus Unterwaditzer
20bacfe87e Don't install vdirsyncer from makefile 2015-07-26 13:59:37 +02:00
Markus Unterwaditzer
7575fb21a7 Remove build.sh for good 2015-07-26 13:45:53 +02:00
Markus Unterwaditzer
c83883d976 Fix Travis
At some point Travis apparently decided to set the default of the `sudo`
option to `false`. But that would mean I had to whitelist every package,
which is not acceptable.

http://docs.travis-ci.com/user/workers/container-based-infrastructure/
2015-05-27 15:48:14 +02:00
Markus Unterwaditzer
e4c3dafe4a Radicale's database storage is broken too 2015-05-01 15:57:54 +02:00
Markus Unterwaditzer
5f12be3687 Radicale-multifilesystem is broken 2015-05-01 14:46:20 +02:00
Markus Unterwaditzer
9f650e9adc Radicale-git is working now
See https://github.com/Kozea/Radicale/pull/259

Fix #176
2015-04-29 19:17:11 +02:00
Markus Unterwaditzer
575d270e06 Use FingerprintAdapter from req-toolbelt
Fix #187
2015-04-11 15:03:07 +02:00
Markus Unterwaditzer
8d5fed48bc Remove icalendar 2015-03-07 18:34:57 +01:00
Markus Unterwaditzer
b2a68ec1a1 Test again under pypy 2015-02-22 20:17:50 +01:00
Markus Unterwaditzer
a86088910d Workaround for #176 2015-02-09 16:14:22 +01:00
Markus Unterwaditzer
a786fdf611 Add makefile
Hopefully I'll be able to move more and more stuff from build.sh to
standard build tools.
2015-01-11 16:57:55 +01:00
Markus Unterwaditzer
4d4c48ca12 Test minimal requirements 2015-01-11 14:34:05 +01:00
Markus Unterwaditzer
a55d1f2d03 Re-enable baikal tests 2015-01-04 13:43:53 +01:00
Markus Unterwaditzer
0ada12ea00 Remove baikal from test config again 2015-01-04 00:34:05 +01:00