2012-02-24 15:53:46 +01:00
|
|
|
language: python
|
|
|
|
python:
|
2012-03-01 21:36:43 +01:00
|
|
|
- 2.5
|
2012-02-24 15:53:46 +01:00
|
|
|
- 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"
|
2012-02-24 15:53:46 +01:00
|
|
|
install: pip install nose virtualenv scripttest mock
|
|
|
|
script: nosetests
|
|
|
|
notifications:
|
2012-05-31 11:06:52 +02:00
|
|
|
irc: "irc.freenode.org#pip"
|
2012-02-24 15:53:46 +01:00
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- develop
|
|
|
|
env:
|
|
|
|
- PIP_USE_MIRRORS=true
|