Skip to content

Commit 8104606

Browse files
committed
Remove git-core from list of dependencies.
1 parent 52ea21a commit 8104606

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ python:
55
- 2.7
66
- 3.1
77
- 3.2
8-
before_install: sudo apt-get install subversion bzr mercurial git-core
8+
before_install: sudo apt-get install subversion bzr mercurial
99
install: pip install nose virtualenv scripttest mock
1010
script: nosetests
1111
notifications:
@@ -14,4 +14,3 @@ branches:
1414
- develop
1515
env:
1616
- PIP_USE_MIRRORS=true
17-

0 commit comments

Comments
 (0)