Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(472)

Side by Side Diff: bootstrap/virtualenv/.travis.yml

Issue 2043213002: Roll virtualenv 12.0->15.0.2 (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: vendor virtualenv and exclude from gender check Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « bootstrap/virtualenv/.gitignore ('k') | bootstrap/virtualenv/AUTHORS.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 language: python
2
3 matrix:
4 include:
5 - python: 2.6
6 env: TOXENV=python2.6
7 - python: 2.7
8 env: TOXENV=python2.7
9 - python: 3.3
10 env: TOXENV=python3.3
11 - python: 3.4
12 env: TOXENV=python3.4
13 - python: 3.5
14 env: TOXENV=python3.5
15 - python: pypy
16 env: TOXENV=pypy
17 - python: pypy3
18 env: TOXENV=pypy3
19 - python: 3.5
20 env: TOXENV=crosspython3
21 - python: 2.7
22 env: TOXENV=crosspython2
23 - python: 2.7
24 env: TOXENV=docs
25
26 install: pip install tox
27
28 script: tox
29
30 sudo: false # Use container based builds
31
32 branches:
33 only:
34 - master
35 - develop
36 - rewrite
37
38 notifications:
39 irc:
40 channels:
41 - "irc.freenode.org#pypa-dev"
42 use_notice: true
43 skip_join: true
OLDNEW
« no previous file with comments | « bootstrap/virtualenv/.gitignore ('k') | bootstrap/virtualenv/AUTHORS.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698