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

use pypa/virtualenv/develop to satisfy virtualenv travis dependency

This commit is contained in:
Marcus Smith 2013-06-19 16:02:34 -07:00
parent 40a22cccea
commit 06cbbce07e

View file

@ -10,7 +10,7 @@ before_install:
- echo -e "[web]\ncacerts = /etc/ssl/certs/ca-certificates.crt" >> ~/.hgrc
- git config --global user.email "python-virtualenv@googlegroups.com"
- git config --global user.name "Pip"
install: pip install nose git+https://github.com/pfmoore/virtualenv@setuptools-0.7#egg=virtualenv scripttest mock
install: pip install nose git+https://github.com/pypa/virtualenv@develop#egg=virtualenv scripttest mock
script: nosetests
notifications:
irc: "irc.freenode.org#pip"
@ -18,6 +18,5 @@ branches:
only:
- develop
- 1.3.X
- test_new_setuptools
env:
- PIP_USE_MIRRORS=true