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

Side by Side Diff: bootstrap/virtualenv/appveyor.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/README.rst ('k') | bootstrap/virtualenv/bin/rebuild-script.py » ('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 environment:
2
3 matrix:
4 # For Python versions available on Appveyor, see
5 # http://www.appveyor.com/docs/installed-software#python
6
7 - PYTHON: "C:\\Python26"
8 - PYTHON: "C:\\Python27"
9 - PYTHON: "C:\\Python33"
10 - PYTHON: "C:\\Python34"
11 - PYTHON: "C:\\Python35"
12 - PYTHON: "C:\\Python26-x64"
13 - PYTHON: "C:\\Python27-x64"
14 - PYTHON: "C:\\Python33-x64"
15 - PYTHON: "C:\\Python34-x64"
16 - PYTHON: "C:\\Python35-x64"
17
18 install:
19 # We need tox installed for the tests
20 - "%PYTHON%\\Scripts\\pip.exe install tox"
21
22 build: off
23
24 test_script:
25 - "%PYTHON%\\Scripts\\tox.exe -e py"
OLDNEW
« no previous file with comments | « bootstrap/virtualenv/README.rst ('k') | bootstrap/virtualenv/bin/rebuild-script.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698