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

Side by Side Diff: tools/telemetry/third_party/rope/.travis.yml

Issue 1132103009: Example of refactoring using rope library. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
OLDNEW
(Empty)
1 language: python
2 sudo: false
3 python:
4 - "2.6"
5 - "2.7"
6 - "pypy"
7 - "3.3"
8 - "3.4"
9 - "pypy3"
10 matrix:
11 allow_failures:
12 - python: "pypy"
13 - python: "pypy3"
14 - python: "3.3"
15 - python: "3.4"
16 before_script:
17 - '[ "${TRAVIS_PYTHON_VERSION}" = "2.6" ] && travis_retry pip install unittest 2 || /bin/true'
18 script: python setup.py test
OLDNEW
« no previous file with comments | « tools/telemetry/third_party/rope/.gitignore ('k') | tools/telemetry/third_party/rope/CONTRIBUTORS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698