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

28 lines
770 B
YAML
Raw Normal View History

language: python
python:
- 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 --upgrade setuptools
- pip install pytest pytest-xdist git+https://github.com/pypa/virtualenv@develop#egg=virtualenv scripttest>=1.3 mock
script:
- "if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then py.test -v; fi"
- "if [[ $TRAVIS_PYTHON_VERSION != '3.2' ]]; then py.test -v -n 8; fi"
notifications:
2013-03-17 08:01:58 +01:00
irc: "irc.freenode.org#pip"
branches:
only:
- develop
2013-02-22 07:25:00 +01:00
- 1.3.X
2013-07-24 01:59:03 +02:00
- 1.4.X
env:
- PYTHONHASHSEED=0