Sign in
cobalt
/
cobalt
/
02dc75a3e28204929da5793da854c523d59e642c
/
.
/
src
/
third_party
/
web_platform_tests
/
tools
/
wptserve
/
.travis.yml
blob: 00183731ba5eb009c50a2d93285c379a7e7f8f5c [
file
] [
log
] [
blame
]
language:
python
sudo:
false
cache:
directories:
-
$HOME/.cache/pip
matrix:
include:
-
python:
2.7
env:
TOXENV=py27
-
python:
pypy
env:
TOXENV=pypy
install:
-
pip install
-
U tox codecov
script:
-
tox
after_success:
-
coverage combine
-
codecov