1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00
pywb/.travis.yml

51 lines
594 B
YAML
Raw Normal View History

2014-01-23 16:20:51 -08:00
language: python
2014-08-06 14:01:59 -07:00
2014-01-23 16:20:51 -08:00
python:
2014-03-04 18:49:36 -08:00
- "2.7"
- "3.5"
2017-03-09 11:59:54 -08:00
- "3.6"
2014-08-06 14:01:59 -07:00
os:
- linux
addons:
apt:
packages:
# This is required to run new chrome on old trusty
- libnss3
env:
- WR_TEST=no
- WR_TEST=yes
addons:
sauce_connect: true
cache:
directories:
- $HOME/.cache/pip
- node_modules
sudo: true
2014-01-23 16:20:51 -08:00
install:
- ./.travis/install.sh
2014-08-06 14:01:59 -07:00
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
- ./.travis/test.sh
2014-02-24 23:43:32 -08:00
after_success:
- codecov
matrix:
exclude:
- env: WR_TEST=yes
python: "2.7"
- env: WR_TEST=yes
python: "3.5"