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

Unified Diff: bootstrap/virtualenv/.travis.yml

Issue 1407953011: Re-land: Removed virtualenv from depot_tools (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Re-added files that were present before virtualenv Created 5 years, 1 month 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
deleted file mode 100644
index b0c6d1af6c7e25ec32bf8a0f1bc344567155ca44..0000000000000000000000000000000000000000
--- a/bootstrap/virtualenv/.travis.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-language: python
-
-env:
- - TOXENV=py26
- - TOXENV=py27
- - TOXENV=py32
- - TOXENV=py33
- - TOXENV=py34
- - TOXENV=pypy
- - TOXENV=pypy3
- - TOXENV=docs
-
-install: pip install tox
-
-script: tox
-
-branches:
- only:
- - master
- - develop
- - 1.11.X
-
-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