Chromium Code Reviews| Index: third_party/uritemplate/.travis.yml |
| diff --git a/third_party/uritemplate/.travis.yml b/third_party/uritemplate/.travis.yml |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..520ac1ba28d37afae8b7e0b149d374ea6a2ded59 |
| --- /dev/null |
| +++ b/third_party/uritemplate/.travis.yml |
| @@ -0,0 +1,11 @@ |
| +language: python |
| +python: |
| + - "2.5" |
| + - "2.6" |
| + - "2.7" |
| + - "3.3" |
| + - "pypy" |
| +# dependencies |
| +install: pip install simplejson --use-mirrors |
| +# command to run tests |
| +script: "cd test; make" |