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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « bootstrap/virtualenv/README.rst ('k') | bootstrap/virtualenv/bin/rebuild-script.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bootstrap/virtualenv/appveyor.yml
diff --git a/bootstrap/virtualenv/appveyor.yml b/bootstrap/virtualenv/appveyor.yml
new file mode 100644
index 0000000000000000000000000000000000000000..0d7ed7a458d69af0f5525889d0eedeac60096b65
--- /dev/null
+++ b/bootstrap/virtualenv/appveyor.yml
@@ -0,0 +1,25 @@
+environment:
+
+ matrix:
+ # For Python versions available on Appveyor, see
+ # http://www.appveyor.com/docs/installed-software#python
+
+ - PYTHON: "C:\\Python26"
+ - PYTHON: "C:\\Python27"
+ - PYTHON: "C:\\Python33"
+ - PYTHON: "C:\\Python34"
+ - PYTHON: "C:\\Python35"
+ - PYTHON: "C:\\Python26-x64"
+ - PYTHON: "C:\\Python27-x64"
+ - PYTHON: "C:\\Python33-x64"
+ - PYTHON: "C:\\Python34-x64"
+ - PYTHON: "C:\\Python35-x64"
+
+install:
+ # We need tox installed for the tests
+ - "%PYTHON%\\Scripts\\pip.exe install tox"
+
+build: off
+
+test_script:
+ - "%PYTHON%\\Scripts\\tox.exe -e py"
« 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