aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 1 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index c68a24b8..4e367fff 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,18 +28,11 @@ install:
# If we rewrite the user's config by accident, we will mess it up
# and cause subsequent tests to fail
- cat git/test/fixtures/.gitconfig >> ~/.gitconfig
- # used later when testing for specific issue
- # copy the configured key into place so clone can work
- # The key just has read-only access to the test-repository
- - cp .travis.private-ssh-key-for-issue-301 ~/.ssh/id_rsa
- - chmod 0400 ~/.ssh/id_rsa
- - git clone git@github.com:gitpython-developers/gitpython_issue_301.git issue-301-repo
-script:
+script:
# Make sure we limit open handles to see if we are leaking them
- ulimit -n 96
- ulimit -n
- nosetests -v --with-coverage
- - '( cd issue-301-repo && PYTHONPATH=$PWD/.. ./reproduce.py )'
- flake8
- cd doc && make html
after_success: