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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « bootstrap/virtualenv/.gitignore ('k') | bootstrap/virtualenv/AUTHORS.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bootstrap/virtualenv/.travis.yml
diff --git a/bootstrap/virtualenv/.travis.yml b/bootstrap/virtualenv/.travis.yml
new file mode 100644
index 0000000000000000000000000000000000000000..8124e88a70afcdaadcef9ccae3e7714b45ffc5dc
--- /dev/null
+++ b/bootstrap/virtualenv/.travis.yml
@@ -0,0 +1,43 @@
+language: python
+
+matrix:
+ include:
+ - python: 2.6
+ env: TOXENV=python2.6
+ - python: 2.7
+ env: TOXENV=python2.7
+ - python: 3.3
+ env: TOXENV=python3.3
+ - python: 3.4
+ env: TOXENV=python3.4
+ - python: 3.5
+ env: TOXENV=python3.5
+ - python: pypy
+ env: TOXENV=pypy
+ - python: pypy3
+ env: TOXENV=pypy3
+ - python: 3.5
+ env: TOXENV=crosspython3
+ - python: 2.7
+ env: TOXENV=crosspython2
+ - python: 2.7
+ env: TOXENV=docs
+
+install: pip install tox
+
+script: tox
+
+sudo: false # Use container based builds
+
+branches:
+ only:
+ - master
+ - develop
+ - rewrite
+
+notifications:
+ irc:
+ channels:
+ - "irc.freenode.org#pypa-dev"
+ use_notice: true
+ skip_join: true
« 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