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

24 lines
588 B
YAML

language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- pypy
before_install:
- sudo apt-get install subversion bzr mercurial
- 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/pypa/virtualenv@develop#egg=virtualenv scripttest mock
script: nosetests
notifications:
irc: "irc.freenode.org#pip"
branches:
only:
- develop
- 1.3.X
- release-1.4
env:
- PIP_USE_MIRRORS=true