summaryrefslogtreecommitdiffstats
path: root/.travis
AgeCommit message (Collapse)Author
2016-08-22fix .coverage processingThomas Waldmann
2016-08-22travis: test fuse-enabled borgThomas Waldmann
2016-08-22use trusty for testing, to have a recent FUSEThomas Waldmann
2016-07-06travis: use ubuntu trusty beta infrastructure (not: precise)Thomas Waldmann
use python 3.5.2 on trusty travis-ci machines their 3.5(.0) misses lzma support at the moment. after this is fixed, we likely want to go back to 3.5(.0) to run the tests.
2016-05-03travis / OSX: add xz package for python lzma supportThomas Waldmann
2016-01-24remove support for python 3.2.x and 3.3.x, require 3.4+, fixes #65, fixes #221Thomas Waldmann
2016-01-22require virtualenv<14.0 so we get a py32 compatible pipThomas Waldmann
2015-10-27also test py35 on travisThomas Waldmann
2015-10-12pytest-benchmark: use git master code, fixes py32 issuesThomas Waldmann
2015-10-11travis: use tox -r so it rebuilds the tox envsThomas Waldmann
it seems to keep .tox envs even if one removes stuff from requirements file. if that stuff causes troubles, as here with pytest-benchmark, the troubles stay...
2015-10-11create a separate requirements file for travis - without pytest-benchmarkThomas Waldmann
pytest-benchmark (and its dependency "statistics") needs py 3.3+. we do not want to run benchmarks on travis anyway, but even its presence makes trouble due to this, so we just remove it from there again. as --benchmark-skip is also removed from tox configuration, this means benchmarks are run by default when pytest-benchmark is installed.
2015-08-21travis: use requirements fileThomas Waldmann
2015-08-10install lz4 from brewThomas Waldmann
2015-08-09merged masterThomas Waldmann
2015-08-08codecov: fixes for env vars and osxThomas Waldmann
2015-08-08fix test coverage / codecov.io, use xcode6.4Thomas Waldmann
2015-08-08add OS X to travisThomas Waldmann