aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)Author
2015-02-20It seems something within our environment changed ...Sebastian Thiel
... as we are now running out of file handles. Previously, it worked ... and gitpython didn't change
2015-01-15Added sphinx build process to end of travis test chainSebastian Thiel
2015-01-07Made improvements to assure test-cases don't leak file handlesSebastian Thiel
At least leakage is considerably reduced. Additionally, a test-case was added which triggers failure if auto-disposal of resources wouldn't work. Fixes #60
2015-01-07Added flake8 testing to travisSebastian Thiel
Fixes #177
2015-01-06Fixed up travis to checkout master nowSebastian Thiel
2015-01-06Adjusted travis to test for python 3 as wellSebastian Thiel
2015-01-04And apparently, I broken travis ... this should cure itSebastian Thiel
2015-01-04Let's hope travis works nowSebastian Thiel
2015-01-04Another, last and final travis debugging commitSebastian Thiel
2015-01-04Fixed travis debugging yamlSebastian Thiel
2015-01-04Another travis debugging commitSebastian Thiel
2015-01-04Somemore debugging for rev-parse issueSebastian Thiel
2015-01-03'tree' program doesn't exist on travis install, fineSebastian Thiel
2015-01-03This should help getting travis to work, finallySebastian Thiel
2015-01-03Auto-skip performance tests more quietly on travisSebastian Thiel
... and be able to run performance tests independently of the chosen performance test repo Now all tests run fine locally
2015-01-03Fixed all remaining non-performance testsSebastian Thiel
* travis configuration adjusted to hopefully work better than before Performance traversal still fails when using git-python as standard repository. It naturally wants a larger one. On travis these tests are skipped though.
2015-01-03Various fixes and improvementsSebastian Thiel
* GIT_PYTHON_TRACE now behaves correctly for fetch, and pull (i.e. if as_process is used) * Improved parsing of fetch head information However, there is still a messy bit that tries to bring together fetch progress information with fetch head information. Even though it works now, an alternative implementation should be attempted.
2014-05-19Added coverage reportSebastian Thiel
2014-05-04tags seem to be required for the tests to run - git-python usess objects ↵Sebastian Thiel
from its own repo, tags are known to be stable
2014-05-04Let's see if recursive checkouts will fix 'gitdb not found' issue for travis.Sebastian Thiel
If not, pip install should do the job
2014-05-04Added support for travis ciSebastian Thiel