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"
|
2016-02-23 18:09:09 -08:00
|
|
|
- "3.5"
|
2017-03-09 11:59:54 -08:00
|
|
|
- "3.6"
|
2014-08-06 14:01:59 -07:00
|
|
|
|
2014-12-23 12:39:33 -08:00
|
|
|
os:
|
|
|
|
- linux
|
2015-11-25 12:18:56 +00:00
|
|
|
|
2018-07-09 16:21:14 -04:00
|
|
|
addons:
|
2018-10-03 16:27:49 -04:00
|
|
|
sauce_connect: true
|
2018-07-09 16:21:14 -04:00
|
|
|
apt:
|
|
|
|
packages:
|
|
|
|
# This is required to run new chrome on old trusty
|
|
|
|
- libnss3
|
|
|
|
|
|
|
|
env:
|
|
|
|
- WR_TEST=no
|
|
|
|
- WR_TEST=yes
|
|
|
|
|
2015-11-26 11:07:07 +00:00
|
|
|
|
2015-11-25 12:49:59 +00:00
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- $HOME/.cache/pip
|
|
|
|
- node_modules
|
2014-12-23 12:39:33 -08:00
|
|
|
|
2018-07-09 16:21:14 -04:00
|
|
|
sudo: true
|
2014-12-23 12:39:33 -08:00
|
|
|
|
2014-01-23 16:20:51 -08:00
|
|
|
install:
|
2018-07-09 16:21:14 -04:00
|
|
|
- ./.travis/install.sh
|
2014-08-06 14:01:59 -07:00
|
|
|
|
2015-11-26 10:27:37 +00:00
|
|
|
before_script:
|
|
|
|
- export DISPLAY=:99.0
|
|
|
|
- sh -e /etc/init.d/xvfb start
|
|
|
|
|
2014-12-23 12:39:33 -08:00
|
|
|
script:
|
2018-07-09 16:21:14 -04:00
|
|
|
- ./.travis/test.sh
|
2014-02-24 23:43:32 -08:00
|
|
|
|
|
|
|
after_success:
|
2018-01-17 09:59:51 -08:00
|
|
|
- codecov
|
|
|
|
|
2018-07-09 16:21:14 -04:00
|
|
|
matrix:
|
|
|
|
exclude:
|
|
|
|
- env: WR_TEST=yes
|
|
|
|
python: "2.7"
|
|
|
|
- env: WR_TEST=yes
|
|
|
|
python: "3.5"
|
|
|
|
|