Chromium Code Reviews| Index: third_party/uritemplate/.travis.yml |
| diff --git a/third_party/uritemplate/.travis.yml b/third_party/uritemplate/.travis.yml |
| deleted file mode 100644 |
| index 520ac1ba28d37afae8b7e0b149d374ea6a2ded59..0000000000000000000000000000000000000000 |
| --- a/third_party/uritemplate/.travis.yml |
| +++ /dev/null |
| @@ -1,11 +0,0 @@ |
| -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" |