 Chromium Code Reviews
 Chromium Code Reviews Issue 1205873002:
  Re-land: Added virtualenv for depot_tools  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
    
  
    Issue 1205873002:
  Re-land: Added virtualenv for depot_tools  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools| Index: bootstrap/virtualenv/.travis.yml | 
| diff --git a/bootstrap/virtualenv/.travis.yml b/bootstrap/virtualenv/.travis.yml | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..b0c6d1af6c7e25ec32bf8a0f1bc344567155ca44 | 
| --- /dev/null | 
| +++ b/bootstrap/virtualenv/.travis.yml | 
| @@ -0,0 +1,28 @@ | 
| +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 |