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

23 lines
515 B
YAML
Raw Normal View History

language: python
python:
- 2.5
- 2.6
- 2.7
- 3.2
2012-12-25 06:58:56 +01:00
- 3.3
2012-07-29 12:00:04 +02:00
- pypy
2012-05-02 21:33:37 +02:00
before_install:
- sudo apt-get install subversion bzr mercurial
- echo -e "[web]\ncacerts = /etc/ssl/certs/ca-certificates.crt" >> ~/.hgrc
2013-02-14 07:34:40 +01:00
- git config --global user.email "python-virtualenv@googlegroups.com"
- git config --global user.name "Pip"
install: pip install nose virtualenv scripttest mock
script: nosetests
notifications:
2012-05-31 11:06:52 +02:00
irc: "irc.freenode.org#pip"
branches:
only:
- develop
env:
- PIP_USE_MIRRORS=true