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

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

Issue 1205873002: Re-land: Added virtualenv for depot_tools (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Restore cd commands Created 5 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 | Annotate | Revision Log
« 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 env:
4 - TOXENV=py26
5 - TOXENV=py27
6 - TOXENV=py32
7 - TOXENV=py33
8 - TOXENV=py34
9 - TOXENV=pypy
10 - TOXENV=pypy3
11 - TOXENV=docs
12
13 install: pip install tox
14
15 script: tox
16
17 branches:
18 only:
19 - master
20 - develop
21 - 1.11.X
22
23 notifications:
24 irc:
25 channels:
26 - "irc.freenode.org#pypa-dev"
27 use_notice: true
28 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