1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Remove git-core from list of dependencies.

This commit is contained in:
Jannis Leidel 2012-02-24 16:01:04 +01:00
parent 52ea21aace
commit 81046062ee

View file

@ -5,7 +5,7 @@ python:
- 2.7
- 3.1
- 3.2
before_install: sudo apt-get install subversion bzr mercurial git-core
before_install: sudo apt-get install subversion bzr mercurial
install: pip install nose virtualenv scripttest mock
script: nosetests
notifications:
@ -14,4 +14,3 @@ branches:
- develop
env:
- PIP_USE_MIRRORS=true