summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 0aea4ef59da25715b71d1bcde454bc32e6098827 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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 pytest git+https://github.com/pypa/virtualenv@develop#egg=virtualenv scripttest mock
script: py.test
notifications:
  irc: "irc.freenode.org#pip"
branches:
  only:
    - develop
    - 1.3.X
    - 1.4.X
env:
  - PIP_USE_MIRRORS=true